View source: R/class_methods.R
km_curve | R Documentation |
Function to print kaplan-meier curves
km_curve(
object,
plot.type = "survival",
plot.title,
plot.subtitle,
plot.labels,
plot.colors
)
object |
SEQoutput object to plot |
plot.type |
character: type of plot to print |
plot.title |
character: defines the title of the plot |
plot.subtitle |
character: plot subtitle |
plot.labels |
length 2 character: plot labels |
plot.colors |
length 2 character: plot colors |
ggplot object of plot plot.type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.