a typo (#1459)
This commit is contained in:
@@ -413,7 +413,7 @@ Read the documentation to learn about `fct_lump_min()` and `fct_lump_prop()` whi
|
|||||||
## Ordered factors {#sec-ordered-factors}
|
## Ordered factors {#sec-ordered-factors}
|
||||||
|
|
||||||
Before we go on, there's a special type of factor that needs to be mentioned briefly: ordered factors.
|
Before we go on, there's a special type of factor that needs to be mentioned briefly: ordered factors.
|
||||||
Ordered factors, created with `ordered()`, imply a strict ordering and equal distance between levels: the first level is "less than" the second level by the same amount that the second level is "less than" the third level, and so on..
|
Ordered factors, created with `ordered()`, imply a strict ordering and equal distance between levels: the first level is "less than" the second level by the same amount that the second level is "less than" the third level, and so on.
|
||||||
You can recognize them when printing because they use `<` between the factor levels:
|
You can recognize them when printing because they use `<` between the factor levels:
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
|
|||||||
Reference in New Issue
Block a user