plot.wcep {wcep} | R Documentation |
wcep plot
Description
Create a plot of Kaplan-Meier curve with its specified confidence interval
Usage
## S3 method for class 'wcep'
plot(
x,
main = " ",
type = "n",
lty = NULL,
lwd = NULL,
xlab = " ",
ylab = "Survival Probability",
xlim = NULL,
ylim = NULL,
cex = NULL,
...
)
Arguments
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") |
[Package wcep version 1.0.2 Index]