is.fts.Rd
Tests whether an object is a functional time series.
is.fts(x)
Logical. TRUE if the object is a functional time series, FALSE otherwise.
if (FALSE) { # \dontrun{
# Load example data
data(pm_10_GR)
# Check if it's a functional time series
is.fts(pm_10_GR)
} # }