ggplot.ddplot {DescribeDisplay} | R Documentation |
Create a nice looking plot complete with axes using ggplot.
ggplot.ddplot(data, ...)
data |
plot to display |
... |
other (currently) unused arguments |
Hadley Wickham <h.wickham@gmail.com>
xy <- dd_load(system.file("examples", "test-xyplot.r", package="DescribeDisplay")) ggplot(xy$plots[[1]])