powered by
This is mainly used for bug testing so that you can pull out a single panel quickly and easily.
# S3 method for ddplot plot( x, y = NULL, ..., axislocation = c(0.1, 0.1), axis.gp = gpar(col = "black"), background.color = "grey90" )
object to plot
NULL to satisfy generic functions and methods rules
(not used)
location of axes (as x and y position in npc coordinates, ie. between 0 and 1)
frame grob containing all panels, note that this does not contain the title or border
color of in the background of the plot
Hadley Wickham h.wickham@gmail.com
scatmat <- dd_example("scatmat") plot(scatmat) plot(scatmat$plots[[1]]) plot(scatmat$plots[[3]]) plot(scatmat$plots[[4]])
Run the code above in your browser using DataLab