| fortify.acf | R Documentation | 
Fortify an acf/pacf object
## S3 method for class 'acf'
fortify(model, data = NULL, ...)
model | 
 An   | 
data | 
 Not used. Just for consistency with the fortify method.  | 
... | 
 Other arguments  | 
Prepares acf (and pacf) objects for plotting with ggplot.
data.frame for plotting with ggplot.
Jared P. Lander
fortify(acf(sunspot.year, plot=FALSE))
fortify(pacf(sunspot.year, plot=FALSE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.