Learn R Programming

DTSg (version 0.6.0)

print.DTSg: Print Time Series

Description

Prints a DTSg object.

Usage

# S3 method for DTSg
print(x, ...)

Arguments

x

A DTSg object (S3 method only).

Not used (S3 method only).

Value

Returns a DTSg object.

See Also

DTSg

Examples

Run this code
# NOT RUN {
# new DTSg object
x <- DTSg$new(values = flow)

# print object
## R6 method
x$print()

## S3 method
print(x = x)

# }

Run the code above in your browser using DataLab