plot.dd_plot {DescribeDisplay}R Documentation

Plot a dd plot

Description

Convenient method to draw a single panel.

Usage

plot.dd_plot(x, ..., axislocation = c(0.1, 0.1), axisgp=gpar(col="black"), background.color = "grey90")

Arguments

x object to plot
... axis location, x and y position
axislocation
axisgp
background.color

Details

This is mainly used for bug testing so that you can pull out a single panel quickly and easily.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package DescribeDisplay version 0.1.3 Index]