boxplot.vgram.cloud(x, nint=20, group, style.bxp="att", plot=T, ...)
Graphical parameters may also be supplied as arguments to this function (see par). In addition, the high-level graphics arguments described under par and the arguments to title may be supplied to this function. However, boxplot will always use linear axes: the log and [xy]axt arguments are ignored.
if plot is FALSE, an invisible list with the components listed below:
By default, whiskers are drawn to the nearest value not beyond a standard span from the quartiles; points beyond (outliers) are drawn individually. Giving range=0 forces whiskers to the full data range. Any positive value of range multiplies the standard span by this amount. The standard span is 1.5*(Inter-Quartile Range).
scallop.vgcld <- variogram.cloud(log(tcatch+1) ~ loc(long,lat), data=scallops) boxplot(scallop.vgcld)