boxplot.prettyB {prettyB}R Documentation

PrettyB boxplot.default function

Description

This function overrides the default arguments. See ?graphics::boxplot.default

Usage

## S3 method for class 'prettyB'
boxplot(
  x,
  ...,
  range = 1.5,
  width = NULL,
  varwidth = FALSE,
  notch = FALSE,
  outline = TRUE,
  names,
  plot = TRUE,
  border = par("fg"),
  col = NULL,
  log = "",
  pars = list(boxwex = 0.8, staplewex = 0.5, outwex = 0.5),
  horizontal = FALSE,
  add = FALSE,
  at = NULL
)

boxplot_p(
  x,
  ...,
  range = 1.5,
  width = NULL,
  varwidth = FALSE,
  notch = FALSE,
  outline = TRUE,
  names,
  plot = TRUE,
  border = par("fg"),
  col = NULL,
  log = "",
  pars = list(boxwex = 0.8, staplewex = 0.5, outwex = 0.5),
  horizontal = FALSE,
  add = FALSE,
  at = NULL
)

Arguments

x, ..., range, width

See ?graphics::boxplot.default

varwidth, notch, outline

See ?graphics::boxplot.default

names, plot, border

See ?graphics::boxplot.default

col, log, pars

See ?graphics::boxplot.default

horizontal, add, at

See ?graphics::boxplot.default


[Package prettyB version 0.2.2 Index]