fortify.acf: fortify.acf

View source: R/tsPlot.r

fortify.acfR Documentation

fortify.acf

Description

Fortify an acf/pacf object

Usage

## S3 method for class 'acf'
fortify(model, data = NULL, ...)

Arguments

model

An acf object.

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))


useful documentation built on Oct. 24, 2023, 9:07 a.m.