plots {itsmr} | R Documentation |
Plot spectrum of data or ARMA model
Description
Plot spectrum of data or ARMA model
Usage
plots(u)
Arguments
u |
Data vector or an ARMA model |
Value
None
See Also
Examples
a = specify(ar=c(0,0,.99))
plots(a)
[Package itsmr version 1.10 Index]