ghostsGrob: a grob used to display previous boxplots as ghost boxplots

Description Usage Arguments

View source: R/grob-ghosts.R

Description

a grob used to display previous boxplots as ghost boxplots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
ghostsGrob(
  p25,
  p50,
  p75,
  at = unit(0.15, "native"),
  height = unit(0.2, "native"),
  box.color = "red",
  median.color = "blue",
  alpha = 0.25,
  name = NULL,
  gp = gpar(lwd = 2),
  vp = NULL
)

Arguments

p25

The 25th percentile of the data to draw a ghost boxplot for

p50

The 50th percentile of the data to draw a ghost boxplot for

p75

The 75th percentile of the data to draw a ghost boxplot for


iNZightVIT/vit documentation built on Aug. 3, 2020, 4:11 a.m.