fortify.acf {useful} | R Documentation |
fortify.acf
Description
Fortify an acf/pacf object
Usage
## S3 method for class 'acf'
fortify(model, data = NULL, ...)
Arguments
model |
An |
data |
Not used. Just for consistency with the fortify method. |
... |
Other arguments |
Details
Prepares acf (and pacf) objects for plotting with ggplot.
Value
data.frame
for plotting with ggplot.
Author(s)
Jared P. Lander
Examples
fortify(acf(sunspot.year, plot=FALSE))
fortify(pacf(sunspot.year, plot=FALSE))
[Package useful version 1.2.6.1 Index]