plot.wcep: wcep plot

View source: R/plot.R

plot.wcepR 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")


wcep documentation built on July 9, 2023, 6:09 p.m.