powered by
Fortify an acf/pacf object
# S3 method for acf fortify(model, data = NULL, ...)
An acf object.
acf
Not used. Just for consistency with the fortify method.
Other arguments
data.frame for plotting with ggplot.
data.frame
Prepares acf (and pacf) objects for plotting with ggplot.
# NOT RUN { fortify(acf(sunspot.year, plot=FALSE)) fortify(pacf(sunspot.year, plot=FALSE)) # }
Run the code above in your browser using DataLab