| plot.crude {cuRe} | R Documentation | 
Plot crude event probabilities
Description
Plot function for the computed crude event probabilties.
Usage
## S3 method for class 'crude'
plot(x, ylim = c(0, 1), xlim = NULL, ci = T, col = 1,
        ylab = NULL, xlab = "Time", add = F, ...)
Arguments
| x | Object of class  | 
| ylim | Limits of y-axis. | 
| xlim | Limits of x-axis. | 
| ci | Logical. If  | 
| col | Colour of each curve. | 
| ylab | Label of the y-axis. If  | 
| xlab | Label of the x-axis (default is "Time"). | 
| add | Logical indicating wether the cruves should be added to the current plot window (default is  | 
| ... | Further arguments passed to  | 
[Package cuRe version 1.1.1 Index]