fct_rev | R Documentation |
This is sometimes useful when plotting a factor.
fct_rev(f)
f |
A factor (or character vector). |
f <- factor(c("a", "b", "c")) fct_rev(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.