powered by
This function provides a simple interface to create a ggplot bar chart.
ggplot
ggBarChart(vector, plotTheme = theme_bw(), ...)
The vector to display in the bar chart.
The theme to apply.
And additional arguments are passed to geom_bar.
geom_bar
A ggplot plot is returned.
# NOT RUN { ggBarChart(mtcars$cyl); # }
Run the code above in your browser using DataLab