gbxp | R Documentation |
gbxp
draws box plots based on the given summaries in z
. It is
usually called from within gboxplot
but can be invoked
directly.
gbxp(
z,
notch = FALSE,
width = NULL,
varwidth = FALSE,
outline = TRUE,
notch.frac = 0.5,
log = "",
border = par("fg"),
pars = NULL,
horizontal = FALSE,
add = FALSE,
at = NULL,
show.names = NULL,
...,
grid = TRUE,
col.grid = "grey90",
col.acc = "white"
)
z |
a list containing data summaries to be used in constructing
the plots. These are usually the result of a call to
|
notch |
if |
width |
a vector giving the relative widths of the boxes making up the plot. |
varwidth |
if |
outline |
if |
notch.frac |
numeric in (0,1). When |
log |
character, indicating if any axis should be drawn in
logarithmic scale, as in |
border |
character or numeric (vector), the color of the box
borders. Is recycled for multiple boxes. Is used as default for
the |
horizontal |
logical indicating if the boxplots should be
horizontal; default |
add |
logical, if true add boxplot to current plot. |
at |
numeric vector giving the locations where the boxplots
should be drawn, particularly when |
show.names |
Set to |
grid |
logical; if |
col.grid |
|
col.acc |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.