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