View source: R/funts_methods.R
print.funts | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.