diff.fts {ftsa} | R Documentation |
Computes differences of a fts
object at each variable.
diff.fts(x, lag = 1, differences = 1, ...)
x |
An object of class fts . |
lag |
An integer indicating which lag to use. |
differences |
An integer indicating the order of the difference. |
... |
Other arguments. |
An object of class fts
.
Rob J Hyndman
diff(x = ElNino)