View source: R/facet_reorder.R
reorder_within | R Documentation |
Taken from https://stackoverflow.com/questions/52214071.
reorder_within(x, by, within, fun = mean, sep = "___", ...)
x |
The column to reorder. |
by |
The column with which |
fun |
Passed on to stats::reorder(). |
sep |
Separator string used to concatenate columns. |
... |
Currently not used. |
Andreas Scharmueller, andschar@proton.me
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.