This commit is contained in:
Mitsuo Shiota 2023-05-10 10:53:06 +09:00 committed by GitHub
parent b1fad900ef
commit cb9c4a506f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}