print.drtm: Print

Description Usage Arguments Value Examples

Description

Print

Usage

1
2
## S3 method for class 'drtm'
print(x, ...)

Arguments

x

drtplanr object, print information about package classes.

...

...

Value

None.

Examples

1
2
3
4
5
# Example model
m <- drt_import(
  system.file("Jegenstorf_i1000.RData", package = "drtplanr")
)
print(m)

munterfinger/drtplanr documentation built on Oct. 3, 2021, 7:28 p.m.