`geom_bar` is the geometric object description for creating a barplot in `ggplot2`
geom_bar
is the geometric object description for creating a barplot in ggplot2, which is an actively maintained open-source chart-drawing library for R. ggplot2 is written by Hadley Wickham and based upon the principles of "Grammar of Graphics".
Resources for using geom_bar
:
- The online documentation
- Hadley's book "ggplot2: Elegant Graphics for Data Analysis"
- Winston Chang's book "R Graphics Cookbook"
- Winston Chang's Cookbook for R has a page about bar and line plots.