plot.boxout: Plot method for 'boxout' objects

Description Usage Arguments See Also

Description

Plot Karl Broman-style boxplots. By default orders them by KS-statistic (see boxout documentation) and shows a red line that marks the first outlier (see predict.boxout documenation).

Usage

1
2
## S3 method for class 'boxout'
plot(x, batch = NULL, highlight = NULL, ...)

Arguments

x

an object of class boxout

batch

optional vector of batch labels for each observation. If provided, the observations will be sorted by batch and the batches separated by grey lines.

highlight

optional character vector of observations to highlight with a red line. Overrides the highlighting of first outlier.

...

passed to predict(obj, ...) to label outliers

See Also

boxout, predict.boxout


3inar/nowaclean documentation built on May 5, 2019, 10:44 a.m.