panelGrob {DescribeDisplay} | R Documentation |
Construct grob for single panel.
panelGrob(panel,axislocation = c(0.1, 0.1), axis.gp = gpar(col="black"), background.color="grey90")
panel |
describe display object |
axislocation |
plot |
axis.gp |
axis location, x and y position |
background.color |
Hadley Wickham <h.wickham@gmail.com>