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