ddpanelGrob {DescribeDisplay} | R Documentation |
Panel grob Construct grob for single panel.
ddpanelGrob(panel, axislocation=c(0.1, 0.1), axis.gp=gpar(col = "black"), background.color=grey90)
panel |
describe display object |
axis |
location, x and y position |
axisgp |
frame grob containing all panels, note that this does not contain the title or border |
background.color |
color of in the background of the plot |
Hadley Wickham h.wickham@gmail.com