plot.dd_plot {DescribeDisplay} | R Documentation |
Convenient method to draw a single panel.
plot.dd_plot(x, ..., axislocation = c(0.1, 0.1), axisgp=gpar(col="black"), background.color = "grey90")
x |
object to plot |
... |
axis location, x and y position |
axislocation |
|
axisgp |
|
background.color |
This is mainly used for bug testing so that you can pull out a single panel quickly and easily.
Hadley Wickham <h.wickham@gmail.com>