Fix ordering logic in reorder_by to use decreasing argument
This commit is contained in:
parent
a8ea3ea284
commit
cc8fab9a19
3 changed files with 14 additions and 8 deletions
|
|
@ -68,7 +68,7 @@ bar(
|
|||
|
||||
\item{facet}{Some quoted grouping categorical column, e.g. administrative areas or population groups.}
|
||||
|
||||
\item{order}{Should bars be ordered? "none" if no, "y" if yes based on y, "grouped" if yes based on y and group.}
|
||||
\item{order}{A character scalar specifying the order type (one of "none", "y", "grouped"). See details.}
|
||||
|
||||
\item{x_rm_na}{Remove NAs in x?}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue