Plot Method for an 'alife_multi' Object
plot.alife_multi.RdCreates a faceted plot, with one panel per event type.
Usage
# S3 method for class 'alife_multi'
plot(x, ci_level = 0.95, color = 2, col_line = 1, ...)Arguments
- x
An object of class
alife-multi.- ci_level
A numeric vector of confidence ci_level to plot (e.g.,
c(0.5, 0.95)). Defaults to0.95.- color
The color for the confidence interval polygon.
- col_line
The color for the hazard rate line.
- ...
Additional arguments passed to the base
plotfunction (e.g.,xlab,ylab,ylim).