Skip to contents

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)