print.DTSg: Print object

print.DTSgR Documentation

Print object

Description

Prints a DTSg object.

Usage

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

Arguments

x

A DTSg object (S3 method only).

...

Not used (S3 method only).

Value

Returns a DTSg object.

Examples

# new DTSg object
x <- DTSg$new(values = flow)

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

## S3 method
print(x = x)


DTSg documentation built on Sept. 28, 2023, 1:06 a.m.