plot.wcep | R Documentation |
Create a plot of Kaplan-Meier curve with its specified confidence interval
## S3 method for class 'wcep'
plot(
x,
main = " ",
type = "n",
lty = NULL,
lwd = NULL,
xlab = " ",
ylab = "Survival Probability",
xlim = NULL,
ylim = NULL,
cex = NULL,
...
)
x |
is an object of class "wcep" |
main |
title of plot |
type |
type of plot |
lty |
line type |
lwd |
line width |
xlab |
first axis label |
ylab |
second axis label |
xlim |
first axis limits |
ylim |
second axis limits |
cex |
legend font size |
... |
other parameters of generic "plot" have no use here setOldClass("wcep") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.