plot.qic {qicharts}R Documentation

Plot qic object

Description

Plot qic object

Usage

## 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

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


[Package qicharts version 0.5.8 Index]