Add reverse arg to hbar()
This commit is contained in:
parent
956ffb2bdc
commit
15ab2819c7
31 changed files with 321 additions and 145 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue