plot.qic | R Documentation |
Plot qic object
## S3 method for class 'qic'
plot(x, y = NULL, ...)
x |
List object returned from the qic() function. |
y |
Ignored. Included for compatibility with generic plot function. |
... |
Further arguments to plot function. |
Creates a qic plot.
y <- rnorm(24)
p <- qic(y, plot.chart = FALSE)
plot(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.