autoplot.acf | R Documentation |
Plot acf objects
## S3 method for class 'acf'
autoplot(object, xlab = x, ylab = y,
title = sprintf("%s Plot", y), ...)
object |
An |
xlab |
X-axis label. |
ylab |
y-axis label. |
title |
Graph title. |
... |
Further arguments. |
Plot acf (and pacf) objects.
A ggplot object.
Jared P. Lander
autoplot(acf(sunspot.year, plot=FALSE))
autoplot(pacf(sunspot.year, plot=FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.