This function overrides the default arguments. See
?graphics::boxplot.default
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
)
|
x, ..., range, width |
See |
varwidth, notch, outline |
See |
names, plot, border |
See |
col, log, pars |
See |
horizontal, add, at |
See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.