Usage
bxplot(xx, xlab = deparse(substitute(xx)), log = FALSE,
ifbw = FALSE, wend = 0.05, xlim = NULL, main = "", colr = 8,
cex = 1, ...)
Arguments
xx
name of the variable to be plotted.
xlab
a title for the x-axis. It is often desirable to replace the default x-axis title of the input variable name text string with a more informative title, e.g., xlab = "Cu (mg/kg) in <2 mm="" o-horizon="" soil"<="" code="">.2>
log
if it is required to display the data with logarithmic (x-axis) scaling, set log = TRUE
.
ifbw
the default is to plot a horizontal Tukey boxplot, if a box-and-whisker plot is required set ifbw = TRUE
.
wend
if ifbw = TRUE
the locations of the whisker-ends have to be defined. By default these are at the 5th and 95th percentiles of the data. Setting wend = 0.02
plots the whisker ends at the 2nd and 98th percentiles.
xlim
when used in the shape
function, xlim
is determined by gx.hist
and used to ensure all four panels in shape
main
when used stand-alone a title may be added optionally above the plot by setting main
, e.g., main = "Kola Project, 1995"
.
colr
by default the box is infilled in grey, colr = 8
. If no infill is required, set colr = 0
. See display.lty
for the range of available colours. cex
by default the size of the text for data set size, N, is set to 80%, i.e. cex = 0.8
, and may be changed if required.
...
further arguments to be passed to methods. For example, the size of the axis scale annotation can be change by setting cex.axis
, the size of the axis titles by setting cex.lab
, and the size of the plot title by setting cex