Plot function for the computed crude event probabilties.
# S3 method for crude
plot(x, ylim = c(0, 1), xlim = NULL, ci = T, col = 1,
ylab = NULL, xlab = "Time", add = F, ...)
Object of class crude
in which crude probabilities are stored.
Limits of y-axis.
Limits of x-axis.
Logical. If TRUE
(default), confidence intervals are added to the plot.
Colour of each curve.
Label of the y-axis. If NULL
, the function uses its default labels depending on object$type
.
Label of the x-axis (default is "Time").
Logical indicating wether the cruves should be added to the current plot window (default is FALSE
).
Further arguments passed to plot
and lines
.