Change theme arg name

This commit is contained in:
gnoblet 2022-07-17 19:25:09 -04:00
parent 0088a1ad65
commit 106fddc8ea
7 changed files with 16 additions and 16 deletions

View file

@ -20,7 +20,7 @@ hbar(
reverse = FALSE,
title = "",
subtitle = "",
theme = NULL,
gg_theme = NULL,
...
)
}
@ -55,7 +55,7 @@ hbar(
\item{subtitle}{Plot subtitle. Default to empty string}
\item{theme}{Some ggplot2 theme}
\item{gg_theme}{Some ggplot2 theme}
\item{...}{Other arguments to be passed to "ggblanket::gg_col"}
}

View file

@ -20,7 +20,7 @@ hbar_percent(
reverse = FALSE,
title = "",
subtitle = "",
theme = NULL,
gg_theme = NULL,
...
)
}
@ -55,7 +55,7 @@ hbar_percent(
\item{subtitle}{Plot subtitle. Default to empty string}
\item{theme}{Some ggplot2 theme}
\item{gg_theme}{Some ggplot2 theme}
\item{...}{Other arguments to be passed to "ggblanket::gg_col"}
}