plotParallel | R Documentation |
Parallel plot of datasets with outliers detection features
plotParallel(
X,
maxPoints = nrow(X),
labels = NULL,
lab.thresh = 0,
colors = NULL,
rescale = TRUE,
scramble = FALSE,
outliers = "no",
outLabCex = 1,
outMethCex = 1,
xlim = c(1, ncol(X)),
ylim = NULL,
units = "a.u.",
ylab = "Errors",
gPars = ErrViewLib::setgPars()
)
X |
- |
maxPoints |
- |
labels |
- |
lab.thresh |
- |
colors |
- |
rescale |
- |
scramble |
- |
outliers |
- |
ylab |
- |
gPars |
- |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.