ggBarChart {rosetta} | R Documentation |
Bar chart using ggplot
Description
This function provides a simple interface to create a ggplot2::ggplot()
bar chart.
Usage
ggBarChart(vector, plotTheme = ggplot2::theme_bw(), ...)
Arguments
vector |
The vector to display in the bar chart. |
plotTheme |
The theme to apply. |
... |
And additional arguments are passed to |
Value
A ggplot2::ggplot()
plot is returned.
Author(s)
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters gjalt-jorn@behaviorchange.eu
See Also
Examples
rosetta::ggBarChart(mtcars$cyl);
[Package rosetta version 0.3.12 Index]