Learn R Programming

tramME (version 0.0.1)

print.simulate.tramME: Print method for simulate.tramME objects

Description

Automatically hides the seed attribute of the object.

Usage

# S3 method for simulate.tramME
print(x, suppress_seed = TRUE, ...)

Arguments

x

A simulate.tramME object

suppress_seed

Logical, suppress seed if true.

...

Additional parameters passed to various print methods.

Value

The input simulate.tramME object, invisibly.