| plot.crude | R Documentation | 
Plot function for the computed crude event probabilties.
## S3 method for class 'crude'
plot(x, ylim = c(0, 1), xlim = NULL, ci = T, col = 1,
        ylab = NULL, xlab = "Time", add = F, ...)
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   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.