| ghostsGrob {vit} | R Documentation |
a grob used to display previous boxplots as ghost boxplots
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 )
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 |