plot.smooth {TSSS}R Documentation

Plot Posterior Distribution of Smoother

Description

Plot posterior distribution (mean and standard deviations) of the smoother returned by tsmooth.

Usage

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

Arguments

x

an object of class "smooth".

rdata

original data, if necessary.

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.3.4-5 Index]