dim.dfts {fChange} | R 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 |
... |
Additional parameters to pass to base R's |
Value
Numerics indicating the dimension of the dfts object.
Examples
results <- dim(electricity)
[Package fChange version 2.1.0 Index]