powered by
Plot acf objects
# S3 method for acf plot(x, xlab = x, ylab = y, title = sprintf("%s Plot", y), ...)
An acf object.
acf
X-axis label.
y-axis label.
Graph title.
Further arguments.
A ggplot object.
Plot acf (and pacf) objects.
# NOT RUN { plot(acf(sunspot.year, plot=FALSE)) plot(pacf(sunspot.year, plot=FALSE)) # }
Run the code above in your browser using DataLab