Change theme arg name
This commit is contained in:
parent
0088a1ad65
commit
106fddc8ea
7 changed files with 16 additions and 16 deletions
|
|
@ -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"}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue