print.DTSg {DTSg} | R Documentation |
Print object
Description
Prints a DTSg
object.
Usage
## S3 method for class 'DTSg'
print(x, ...)
Arguments
x |
A |
... |
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)
[Package DTSg version 1.1.3 Index]