ggplot.ddplot {DescribeDisplay}R Documentation

Create a nice plot

Description

Create a nice looking plot complete with axes using ggplot.

Usage

ggplot.ddplot(data, plot=ggpoint, ...)

Arguments

data plot to display
plot grob function to use for drawing
... other arguments passed to the grob function

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

xy <- dd_load(system.file("examples", "test-xyplot.r", package="DescribeDisplay"))
ggplot(xy$plots[[1]])

[Package DescribeDisplay version 0.1.3 Index]