powered by
Plot qic object
# S3 method for qic plot(x, y = NULL, ...)
Creates a qic plot.
List object returned from the qic() function.
Ignored. Included for compatibility with generic plot function.
Further arguments to plot function.
y <- rnorm(24) p <- qic(y, plot.chart = FALSE) plot(p)
Run the code above in your browser using DataLab