DescribeDisplay (version 0.2.11)

ggplot.dd: Create a nice plot Create a nice looking plot complete with axes using ggplot.

Description

Create a nice plot Create a nice looking plot complete with axes using ggplot.

Usage

# S3 method for dd
ggplot(data, ...)

Arguments

data

plot to display, object created by dd_load()

...

not used

Author

Hadley Wickham h.wickham@gmail.com

Examples

Run this code
library(ggplot2)
print(example(ggplot.ddplot))
print(example(ggplot.histogram))
print(example(ggplot.barplot))

Run the code above in your browser using DataLab