Fix ordering logic in reorder_by to use decreasing argument

This commit is contained in:
gnoblet 2025-07-02 09:11:35 +02:00
parent a8ea3ea284
commit cc8fab9a19
3 changed files with 14 additions and 8 deletions

View file

@ -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?}