Commit eafcbb4
dictionary example for labs() (#6713)
* dictionary example for labs()
The example for the dictionary argument of labs() produces a warning and doesn't work (see <https://ggplot2.tidyverse.org/reference/labs.html#ref-examples>) unless you use `dictionary`, not `dict`
#> Ignoring unknown labels:
#> • dict : "c(disp = \"Displacment\", cyl = \"Number of cylinders\", mpg = \"Miles per gallon\", wt = \"Weight (1000 lbs)\")"
* `devtools::document()`
---------
Co-authored-by: Teun van den Brand <[email protected]>1 parent 3e10662 commit eafcbb4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments