panelGrob {DescribeDisplay}R Documentation

Panel grob

Description

Construct grob for single panel.

Usage

panelGrob(panel,axislocation = c(0.1, 0.1), axis.gp = gpar(col="black"), background.color="grey90")

Arguments

panel describe display object
axislocation plot
axis.gp axis location, x and y position
background.color

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package DescribeDisplay version 0.1.3 Index]