ddpanelGrob {DescribeDisplay} | R Documentation |
Panel grob Construct grob for single panel.
Description
Panel grob Construct grob for single panel.
Usage
ddpanelGrob(
panel,
axislocation = c(0.1, 0.1),
axis.gp = gpar(col = "black"),
background.color = "grey90"
)
Arguments
panel |
describe display object |
axis.gp |
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 |
axis |
location, x and y position |
Author(s)
Hadley Wickham h.wickham@gmail.com
[Package DescribeDisplay version 0.2.11 Index]