fortify.ts: fortify.ts

View source: R/tsPlot.r

fortify.tsR Documentation

fortify.ts

Description

Fortify a ts object.

Usage

## S3 method for class 'ts'
fortify(model, data = NULL, name = as.character(m[[2]]), ...)

Arguments

model

A ts object.

data

A vector of the same length of x that specifies the time component of each element of x.

name

Character specifying the name of x if it is to be different that the variable being inputed.

...

Further arguments.

Details

Prepares a ts object for plotting with ggplot.

Value

data.frame for plotting with ggplot.

Author(s)

Jared P. Lander

Examples


fortify(sunspot.year)


jaredlander/useful documentation built on Nov. 4, 2023, 10:56 a.m.