is.fts {ftsa} | R Documentation |
Test for functional time series
Description
Tests whether an object is of class fts
.
Usage
is.fts(x)
Arguments
x |
Arbitrary R object. |
Author(s)
Rob J Hyndman
Examples
# check if ElNino is the class of the functional time series.
is.fts(x = ElNino_ERSST_region_1and2)
[Package ftsa version 6.4 Index]