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)


gisler/DTSg documentation built on Jan. 11, 2024, 4:59 a.m.