print.funts: 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 funts
print(x, ...)
Arguments
x
an object of class "funts" to be printed.
...
further arguments passed to or from other methods.