ggplot.dd {DescribeDisplay} | R Documentation |
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 class 'dd'
ggplot(data, ...)
Arguments
data |
plot to display, object created by |
... |
not used |
Author(s)
Hadley Wickham h.wickham@gmail.com
Examples
library(ggplot2)
print(example(ggplot.ddplot))
print(example(ggplot.histogram))
print(example(ggplot.barplot))
[Package DescribeDisplay version 0.2.11 Index]