Boxplot in 1d using the grid package

boxplot_1d_grid(
  zargs,
  pch = 21,
  size = 0.02,
  col = NULL,
  lwd = 2,
  bpwidth = 0.5,
  range = NULL,
  draw = FALSE,
  ...
)

Arguments

zargs

argument list as passed from zenplot()

pch

plot symbol

size

size of the plot symbol

col

color

lwd

graphical parameter line width for whiskers and median

bpwidth

width of boxplot on scale of default.units

range

numerical value used to determine how far the plot whiskers extend. If NULL, the whiskers (range) grows with sample size.

draw

logical indicating whether drawing should take place

...

additional arguments passed to gpar()

Value

gTree grob containing the boxplot components as grobs

Author

Marius Hofert and Wayne Oldford