Learn R Programming

costat (version 2.4.1)

plot.csBiFunction: Plot a csBiFunction object

Description

A csBiFunction object contains representations of two functions. This function plots the two functions superimposed.

Usage

# S3 method for csBiFunction
plot(x, ...)

Value

None

Arguments

x

An object of class csBiFunction

...

Other arguments to plot call

Author

G.P. Nason

References

Cardinali, A. and Nason, Guy P. (2013) Costationarity of Locally Stationary Time Series Using costat. Journal of Statistical Software, 55, Issue 1.

Cardinali, A. and Nason, G.P. (2010) Costationarity of locally stationary time series. J. Time Series Econometrics, 2, Issue 2, Article 1.

See Also

coeftofn, print.csBiFunction, summary.csBiFunction

Examples

Run this code
if (FALSE) plot(coeftofn(c(1,-1), c(0.5, 0.5)))

Run the code above in your browser using DataLab