plot.le {cuRe} | R Documentation |
Plot the loss of lifetime function
Description
Plot function for the class le
Usage
## S3 method for class 'le'
plot(x, ylim = NULL, xlim = NULL, ci = T, col = 1,
ylab = NULL, xlab = "Time", add = F, ...)
Arguments
x |
Object of class |
ylim |
Limit of the y-axis. |
xlim |
Limit of x-axis. |
ci |
Logical. If |
col |
Numeric or character indicating the colours of the curves. |
ylab |
Label to be written on the y-axis. |
xlab |
Label to be written on the x-axis. |
add |
Logical. If |
... |
Further argument passed to |
[Package cuRe version 1.1.1 Index]