plot.fdqcs.rank: Plot method for 'fdqcs.rank' objects

View source: R/plot.fdqcs.rank.R

plot.fdqcs.rankR Documentation

Plot method for 'fdqcs.rank' objects

Description

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

Usage

## S3 method for class '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.


mflores72000/qcr documentation built on July 1, 2023, 9:17 p.m.