print.listdtr: Representation of List-based Regimes in Words

Description Usage Arguments Value See Also Examples

View source: R/dtr.R

Description

Describe the given regime in words and print them.

Usage

1
2
## S3 method for class 'listdtr'
print(x, stages = NULL, digits = 3L, ...)

Arguments

x

an object of class listdtr.

stages

an integer scalar / vector that specifies the stage(s) of interest. Default to all stages.

digits

number of decimal digits to show.

...

further arguments passed to or from other methods.

Value

Return object invisibly.

See Also

listdtr, show.rule

Examples

1
  # see examples for listdtr

listdtr documentation built on March 5, 2021, 1:07 a.m.