Some theme

This commit is contained in:
gnoblet 2022-07-10 19:25:16 -04:00
parent 86390b609a
commit f2cd5002e5
7 changed files with 24 additions and 4 deletions

View file

@ -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{

View file

@ -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{