Some theme
This commit is contained in:
parent
86390b609a
commit
f2cd5002e5
7 changed files with 24 additions and 4 deletions
|
|
@ -20,6 +20,7 @@ hbar(
|
|||
reverse = FALSE,
|
||||
title = "",
|
||||
subtitle = "",
|
||||
theme = NULL,
|
||||
...
|
||||
)
|
||||
}
|
||||
|
|
@ -54,6 +55,8 @@ hbar(
|
|||
|
||||
\item{subtitle}{Plot subtitle. Default to empty string}
|
||||
|
||||
\item{theme}{Some ggplot2 theme}
|
||||
|
||||
\item{...}{Other arguments to be passed to "ggblanket::gg_col"}
|
||||
}
|
||||
\value{
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ hbar_percent(
|
|||
reverse = FALSE,
|
||||
title = "",
|
||||
subtitle = "",
|
||||
theme = NULL,
|
||||
...
|
||||
)
|
||||
}
|
||||
|
|
@ -54,6 +55,8 @@ hbar_percent(
|
|||
|
||||
\item{subtitle}{Plot subtitle. Default to empty string}
|
||||
|
||||
\item{theme}{Some ggplot2 theme}
|
||||
|
||||
\item{...}{Other arguments to be passed to "ggblanket::gg_col"}
|
||||
}
|
||||
\value{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue