boxplot.prettyB: PrettyB boxplot.default function

Description Usage Arguments

View source: R/boxplot.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## 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


jumpingrivers/prettyB documentation built on Feb. 17, 2021, 7:05 p.m.