lines.cuminc | R Documentation |
cuminc
Add lines to cuminc
## S3 method for class 'cuminc'
lines(x, lty = seq_along(x), col = 1L, lwd = par("lwd"), ...)
x |
an object of class |
lty , col , lwd |
line type, color, and line width for each curve |
... |
additional arguments passed to |
plot.cuminc
x <- with(transplant, cuminc(futime, event))
plot(x)
lines(x, col = 'red')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.