powered by
This function provides a simple interface to create a ggplot2::ggplot() bar chart.
ggplot2::ggplot()
ggBarChart(vector, plotTheme = ggplot2::theme_bw(), ...)
A ggplot2::ggplot() plot is returned.
The vector to display in the bar chart.
The theme to apply.
And additional arguments are passed to ggplot2::geom_bar().
ggplot2::geom_bar()
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters gjalt-jorn@userfriendlyscience.com
ggBarChart(mtcars$cyl);
Run the code above in your browser using DataLab