ggplot.barplot {DescribeDisplay} | R Documentation |
Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.
ggplot.barplot(data, spine=FALSE, ...)
data |
plot to display, object created by dd_load() |
spine |
(not implemented currently) whether to display the barchart as a spine plot |
... |
arguments passed through to the ggplot function |
Barret Schloerke bigbear@iastate.edu
print(ggplot(dd_example("barchart-species")))