DescribeDisplay (version 0.2.5)

ggplot.barplot: Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.

Description

Create a nice plot for Bar Plots Create a nice looking plot complete with axes using ggplot.

Usage

"ggplot"(data, spine = FALSE, ...)

Arguments

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

Examples

Run this code
library(ggplot2)
print(ggplot(dd_example("barchart")))

Run the code above in your browser using DataLab