
Plots survival curves for the fitted landmarking models.
Source:R/landmarking_visualisation.R
plot-Landmarking-method.Rd
Plots survival curves for the fitted landmarking models.
Usage
# S4 method for class 'Landmarking'
plot(x, type = "survival", ...)
Arguments
- x
An object of class Landmarking.
- type
A character string indicating the type of plot to generate. Currently,
type
must be "survival". Additional options will be supported in the future.- ...
Additional arguments passed to
survminer::ggadjustedcurves()
for plotting survival curves.