Learn R Programming

fChange (version 2.1.0)

dim.dfts: Dimension of dfts Object

Description

Retrieve the dimension of a dfts object.

Usage

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

Value

Numerics indicating the dimension of the dfts object.

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.

Examples

Run this code
results <- dim(electricity)

Run the code above in your browser using DataLab