plot.trend {TSSS}R Documentation

Plot Trend and Residuals

Description

Plot trend component and residuals returned by trend.

Usage

## S3 method for class 'trend'
plot(x, rdata = NULL, ...)

Arguments

x

an object of class "trend".

rdata

original data, if necessary.

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.3.4-5 Index]