plot.lts: Plot the long term survival

View source: R/plot.lts.R

plot.ltsR Documentation

Plot the long term survival

Description

Plot function for the class lts.

Usage

## S3 method for class 'lts'
plot(x, ylim = NULL, xlim = NULL, ci = T, col = 1,
        ylab = NULL, xlab = "Time", add = F, ...)

Arguments

x

Object of class lts.

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. If NULL, this is based on type.

xlab

Label to be written on the x-axis.

add

Logical indicating whether to add to current plot window (default is FALSE).

...

Further argument passed to plot and lines.


cuRe documentation built on July 9, 2023, 7 p.m.

Related to plot.lts in cuRe...