Add reverse arg to hbar()

This commit is contained in:
gnoblet 2022-07-06 20:14:37 -04:00
parent 956ffb2bdc
commit 15ab2819c7
31 changed files with 321 additions and 145 deletions

View file

@ -15,6 +15,7 @@ hbar(
group_title = NULL,
font_family = "Leelawadee",
stack = FALSE,
reverse = FALSE,
...
)
}
@ -39,6 +40,8 @@ hbar(
\item{stack}{Should the chart be stacked? Default to "FALSE" (dodge)}
\item{reverse}{Boolean indicating whether the color palette should be reversed}
\item{...}{Other arguments to be passed to "simplevis::gg_hbar" or "simplevis:gg_hbar_col"}
}
\value{

View file

@ -15,6 +15,7 @@ hbar_percent(
group_title = NULL,
font_family = "Leelawadee",
stack = FALSE,
reverse = FALSE,
...
)
}
@ -39,6 +40,8 @@ hbar_percent(
\item{stack}{Should the chart be stacked? Default to "FALSE" (dodge)}
\item{reverse}{Boolean indicating whether the color palette should be reversed}
\item{...}{Other arguments to be passed to "simplevis::gg_hbar" or "simplevis:gg_hbar_col"}
}
\value{