Box plot in 1d using R's base graphics

boxplot_1d_graphics(
  zargs,
  cex = 0.4,
  range = NULL,
  axes = FALSE,
  add = FALSE,
  ...
)

Arguments

zargs

The argument list as passed from zenplot()

cex

The character expansion factor

range

A numerical value which determines how far the plot whiskers extend. If NULL, the whiskers (range) grows with sample size.

axes

A logicial indicating whether axes should be drawn

add

A logical indicating whether this plot should be added to the last one

...

Additional arguments passed to boxplot()

Value

invisible()

Author

Marius Hofert and Wayne Oldford