plot.turnbull | R Documentation |
turnbull
objects
Plotting method for objects of class "turnbull"
. The empirical survival curve and confidence interval (if computed) are plotted.
## S3 method for class 'turnbull'
plot(x, main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
lwd = NULL, lty = NULL, plotCI = FALSE, ltyCI = 5, ...)
x |
an object of class |
main |
the main title of the plot. If unspecified, no main title is displayed. |
sub |
the sub-title of the plot. If unspecified, no sub-title is displayed. |
xlab |
the x label of the plot. If missing, |
ylab |
the y label of the plot. If missing, |
lwd |
the line width for the plot. If missing, |
lty |
the line type for the plot. If missing, |
plotCI |
logical. If |
ltyCI |
a graphical parameter defining the line type of the confidence interval. By default, |
... |
optional arguments. Currently not in use. |
turnbull.sb
, turnbull.db
, summary.turnbull
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.