View source: R/plot.fdqcs.rank.R
| plot.fdqcs.rank | R Documentation | 
Generic function for plotting charts of object of class 'fdqcs.rank' to perform statistical quality control.
## S3 method for class 'fdqcs.rank'
plot(
  x,
  title.fdata = NULL,
  title.rank = NULL,
  xlab = NULL,
  ylab = NULL,
  col = NULL,
  draw.control = NULL,
  ...
)
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.