dim.dfts: Dimension of dfts Object

View source: R/dfts.R

dim.dftsR Documentation

Dimension of dfts Object

Description

Retrieve the dimension of a dfts object.

Usage

## S3 method for class 'dfts'
dim(x, ...)

Arguments

x

A dfts object or data which can be automatically converted to that format. See dfts().

...

Additional parameters to pass to base R's min or max functions. They are only used in the type='fparam' case.

Value

Numerics indicating the dimension of the dfts object.

Examples

results <- dim(electricity)

fChange documentation built on June 21, 2025, 9:08 a.m.