powered by
Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.
# S3 method for barplot ggplot(data, ..., spine = FALSE)
plot to display, object created by dd_load()
dd_load()
arguments passed through to the ggplot function
(not implemented currently) whether to display the barchart as a spine plot
Barret Schloerke schloerke@gmail.com
library(ggplot2) print(ggplot(dd_example("barchart")))
Run the code above in your browser using DataLab