a typo (#1459)
This commit is contained in:
parent
b1fad900ef
commit
cb9c4a506f
|
@ -413,7 +413,7 @@ Read the documentation to learn about `fct_lump_min()` and `fct_lump_prop()` whi
|
|||
## Ordered factors {#sec-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:
|
||||
|
||||
```{r}
|
||||
|
|
Loading…
Reference in New Issue