Description Usage Arguments Details Examples
Compared to base R, when x
is a character, this function creates
levels in the order in which they appear, which will be the same on every
platform. (Base R sorts in the current locale which can vary from place
to place.) When x
is numeric, the ordering is based on the numeric
value and consistent with base R.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
Object to coerce to a factor. |
... |
Other arguments passed down to method. |
This is a generic function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.