Skip to content

Commit 6be7893

Browse files
jrnoldyutannihilation
authored andcommitted
Fix order of diamond color factor. (#3146)
* Update diamonds docs Put the order that the levels of `diamonds$color` are mentioned in the docs match their order in the variable. See #3146 (comment)
1 parent eef361a commit 6be7893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' \item{price}{price in US dollars (\$326--\$18,823)}
99
#' \item{carat}{weight of the diamond (0.2--5.01)}
1010
#' \item{cut}{quality of the cut (Fair, Good, Very Good, Premium, Ideal)}
11-
#' \item{color}{diamond colour, from J (worst) to D (best)}
11+
#' \item{color}{diamond colour, from D (best) to J (worst)}
1212
#' \item{clarity}{a measurement of how clear the diamond is (I1 (worst), SI2,
1313
#' SI1, VS2, VS1, VVS2, VVS1, IF (best))}
1414
#' \item{x}{length in mm (0--10.74)}

man/diamonds.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)