Plot function for the class le
# S3 method for le
plot(x, ylim = NULL, xlim = NULL, ci = T, col = 1,
ylab = NULL, xlab = "Time", add = F, ...)
Object of class le
.
Limit of the y-axis.
Limit of x-axis.
Logical. If TRUE
(default), confidence intervals are added to the plot.
Numeric or character indicating the colours of the curves.
Label to be written on the y-axis.
Label to be written on the x-axis.
Logical. If TRUE
, the curve is added to the current plot window.
Further argument passed to plot
and lines
.