plot.qic: Plot qic object

Description Usage Arguments Value Examples

View source: R/qic.R

Description

Plot qic object

Usage

1
2
## S3 method for class 'qic'
plot(x, y = NULL, ...)

Arguments

x

List object returned from the qic() function.

y

Ignored. Included for compatibility with generic plot function.

...

Further arguments to plot function.

Value

Creates a qic plot.

Examples

1
2
3
y <- rnorm(24)
p <- qic(y, plot.chart = FALSE)
plot(p)

qicharts documentation built on April 20, 2021, 5:09 p.m.