plot.tramnet: Plot '"tramnet"' objects

View source: R/methods.R

plot.tramnetR Documentation

Plot "tramnet" objects

Description

Plot "tramnet" objects

Usage

## S3 method for class 'tramnet'
plot(
  x,
  newdata = NULL,
  type = c("distribution", "survivor", "density", "logdensity", "hazard", "loghazard",
    "cumhazard", "quantile", "trafo"),
  q = NULL,
  prob = 1:(K - 1)/K,
  K = 50,
  col = rgb(0.1, 0.1, 0.1, 0.1),
  lty = 1,
  add = FALSE,
  ...
)

Arguments

x

Object of class "tramnet".

newdata

See plot.ctm.

type

See plot.ctm.

q

See plot.ctm.

prob

See plot.ctm.

K

See plot.ctm.

col

See plot.ctm.

lty

See plot.ctm.

add

See plot.ctm.

...

Additional arguments passed to plot.ctm.


tramnet documentation built on Nov. 4, 2023, 3 p.m.