is.fts: Test for functional time series

View source: R/is.fts.R

is.ftsR 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)

ftsa documentation built on Sept. 11, 2023, 5:09 p.m.