Learn R Programming

DTSg (version 2.0.0)

print.DTSg: Print object

Description

Prints a DTSg object.

Usage

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

Value

Returns a DTSg object.

Arguments

x

A DTSg object (S3 method only).

...

Not used (S3 method only).

Examples

Run this code
# 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