plot.lab.qcdata: Plot method for 'lab.qcdata' objects

View source: R/plot.lab.qcdata.R

plot.lab.qcdataR Documentation

Plot method for 'lab.qcdata' objects

Description

Generic function for plotting objects of 'lab.qcdata' class. Results of univariate ILS studies are graphically shown.

Usage

## S3 method for class 'lab.qcdata'
plot(x, xlab = NULL, ylab = NULL, col = "blue", ...)

Arguments

x

An object of class lab.qcdata (Univariate Quality Control Data).

xlab

Title for the x axis.

ylab

Title for the y axis.

col

Color of type material, when there only one.

...

Other arguments to be passed to or from methods.

Examples

library(ILS)
data(Glucose)
Glucose.qcdata <- lab.qcdata(Glucose)
str(Glucose.qcdata)
plot(Glucose.qcdata)

ILS documentation built on Jan. 16, 2023, 1:07 a.m.

Related to plot.lab.qcdata in ILS...