Description Usage Arguments Value Author(s) See Also Examples
This function provides a simple interface to create a ggplot
bar chart.
1 | ggBarChart(vector, plotTheme = theme_bw(), ...)
|
vector |
The vector to display in the bar chart. |
plotTheme |
The theme to apply. |
... |
And additional arguments are passed to |
A ggplot
plot is returned.
Gjalt-Jorn Peters
Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>
1 | ggBarChart(mtcars$cyl);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.