plot.polreg {TSSS}R Documentation

Plot Fitted Polynomial Trend

Description

Plot trend component of fitted polynomial returned by polreg.

Usage

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

Arguments

x

an object of class "polreg".

rdata

original data, if necessary.

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.3.4-5 Index]