Usage
atRisk(x, newdata, times, line, col, interspace, cex, labels, title = "", pos,
adj, dist, adjust.labels = TRUE, ...)
Arguments
x
an object of class `prodlim' as returned by the
prodlim
function.
times
Where to compute the atrisk numbers.
line
Distance of the atrisk numbers from the inner
plot.
col
The color of the text.
interspace
Distance between rows of atrisk
numbers.
cex
Passed on to mtext
for both atrisk
numbers and labels.
labels
Labels for the at-risk rows.
title
Title for the at-risk labels
pos
The value is passed on to the mtext
argument at
for the labels (not the atriks
numbers).
adj
Passed on to mtext
for the labels (not
the atriks numbers).
dist
If line
is missing, the distance of
the upper most atrisk row from the inner plotting region:
par()$mgp[2].
adjust.labels
If TRUE
the labels are left
adjusted.
...
Further arguments that are passed to the
function mtext
.