ddpanelGrob: Panel grob Construct grob for single panel.

View source: R/plots.R

ddpanelGrobR 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


DescribeDisplay documentation built on Aug. 25, 2023, 9:07 a.m.