plot.le: Plot the loss of lifetime function

View source: R/plot.le.R

plot.leR 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 le.

ylim

Limit of the y-axis.

xlim

Limit of x-axis.

ci

Logical. If TRUE (default), confidence intervals are added to the plot.

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 TRUE, the curve is added to the current plot window.

...

Further argument passed to plot and lines.


LasseHjort/cuRe documentation built on July 6, 2023, 1:08 p.m.