print.funts {Rfssa} | R Documentation |
Custom Print Method for Functional Time Series (funts) Objects
Description
This custom print method is designed for objects of the Functional Time Series (funts) class. It provides a summary of the funts object, including its length (N), the number of variables, and its structure.
Usage
## S3 method for class 'funts'
print(x, ...)
Arguments
x |
an object of class "funts" to be printed. |
... |
further arguments passed to or from other methods. |
Examples
## Not run:
data("Callcenter")
print(Callcenter)
## End(Not run)
[Package Rfssa version 3.1.0 Index]