Skip to contents

Basic formatting to print a dfts object.

Usage

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

Arguments

x

A dfts object. See dfts().

...

unused parameter.

Value

No return value, called to format printing of dfts object to console.

Examples

electricity
#> Spanish Electricity Spot Prices 2014 
#> dimension: 24 x 365
#> fparam (24): 0 0.04347826 0.08695652 0.1304348 0.173913 0.2173913 ... 
#> labels (365): 2014-01-01 2014-01-02 2014-01-03 2014-01-04 2014-01-05 2014-01-06 ... 
#> 
#> Example data
#>       [,1] [,2]  [,3] [,4] [,5]  [,6]
#> [1,] 20.02 5.13 15.30 21.5    5 25.00
#> [2,] 10.34 0.00  5.13  8.5    0  5.13
#> [3,]  5.35 0.00  0.00  2.5    0  2.20
#> [4,]  5.00 0.00  0.00  0.0    0  0.00
#> [5,]  0.50 0.00  0.00  0.0    0  0.00
#> [6,]  0.00 0.00  0.00  0.0    0  0.00