plotParallel: Parallel plot of datasets with outliers detection features

plotParallelR Documentation

Parallel plot of datasets with outliers detection features

Description

Parallel plot of datasets with outliers detection features

Usage

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()
)

Arguments

X

-

maxPoints

-

labels

-

lab.thresh

-

colors

-

rescale

-

scramble

-

outliers

-

ylab

-

gPars

-


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.