plot.csBiFunction {costat} | R Documentation |
Plot a csBiFunction
object
Description
A csBiFunction
object contains representations of
two functions. This function plots the two functions superimposed.
Usage
## S3 method for class 'csBiFunction'
plot(x, ...)
Arguments
x |
An object of class |
... |
Other arguments to plot call |
Value
None
Author(s)
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
## Not run: plot(coeftofn(c(1,-1), c(0.5, 0.5)))
[Package costat version 2.4.1 Index]