extreme_factor | R Documentation |
These functions return the minimum/maximum (first/last) levels of a factor.
min_factor(x)
max_factor(x)
range_factor(x)
x |
A factor. |
A factor.
Edward Lavender
x <- factor(LETTERS)
min_factor(x)
max_factor(x)
range_factor(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.