length.funts {Rfssa}R Documentation

Length of Functional Time Series

Description

Returns the length of a "funts" object.

Usage

## S3 method for class 'funts'
length(x)

Arguments

x

an object of class "funts" .

Examples

data("Callcenter")
length(Callcenter)

[Package Rfssa version 3.1.0 Index]