listdtr (version 1.0)

plot.listdtr: Representation of List-based Regimes in Diagrams

Description

Describe the given regime in diagrams and plot them.

Usage

# S3 method for listdtr
plot(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, draw.rule

Examples

Run this code
# NOT RUN {
  # see examples for listdtr
# }

Run the code above in your browser using DataCamp Workspace