plot.survtype: Plot of survival curves of sample subtypes

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plot.survtype.R

Description

Survival curves for subtypes of samples can be drawn.

Usage

1
2
## S3 method for class 'survtype'
plot(object, ...)

Arguments

object

object of class "survtype"

...

additional parameters for the "ggsurvplot"

Value

Survival curves

Author(s)

Dongmin Jung

See Also

survminer::ggsurvplot

Examples

1
2
3
data(ovarian)
ovarian.survtype <- Surv.survtype(ovarian, time = "futime", status = "fustat")
plot(ovarian.survtype, pval = TRUE)

survtype documentation built on Nov. 8, 2020, 7:24 p.m.