Skip to contents

Generic function for plotting charts of object of class 'fdqcs.rank' to perform statistical quality control.

Usage

# S3 method for fdqcs.rank
plot(
  x,
  title.fdata = NULL,
  title.rank = NULL,
  xlab = NULL,
  ylab = NULL,
  col = NULL,
  draw.control = NULL,
  ...
)

Arguments

x

An object of class fdqcs.rank

title.fdata

An overall title for the fdata plot.

title.rank

An overall title for the depth plot.

xlab

A title for the x axis.

ylab

A title for the y axis.

draw.control

It specifies the col, lty and lwd for objects: fdataobj, statistic, IN and OUT.

...

Arguments to be passed to or from methods.