Tests whether an object is a functional time series.

is.fts(x)

Arguments

x

An object to be tested.

Value

Logical. TRUE if the object is a functional time series, FALSE otherwise.

See also

Examples

if (FALSE) { # \dontrun{
# Load example data
data(pm_10_GR)

# Check if it's a functional time series
is.fts(pm_10_GR)
} # }