print.funts {Rfssa} | R Documentation |
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.
## S3 method for class 'funts'
print(x, ...)
x |
an object of class "funts" to be printed. |
... |
further arguments passed to or from other methods. |
## Not run:
data("Callcenter")
print(Callcenter)
## End(Not run)