Learn R Programming

qicharts (version 0.5.10)

plot.qic: Plot qic object

Description

Plot qic object

Usage

# S3 method for qic
plot(x, y = NULL, ...)

Value

Creates a qic plot.

Arguments

x

List object returned from the qic() function.

y

Ignored. Included for compatibility with generic plot function.

...

Further arguments to plot function.

Examples

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

Run the code above in your browser using DataLab