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 |
varwidth , notch , outline |
See |
names , plot , border |
See |
col , log , pars |
See |
horizontal , add , at |
See |
[Package prettyB version 0.2.2 Index]