print.funts: Custom Print Method for Functional Time Series (funts)...

View source: R/funts_methods.R

print.funtsR 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)

Rfssa documentation built on Oct. 27, 2023, 1:08 a.m.