plot_f {relsurv} | R Documentation |
Plot the absolute risk (observed and population curve)
Description
Plots the estimated observed and population curve for the life years difference (Manevski, Ruzic Gorenjec, Andersen, Pohar Perme, 2022).
Usage
plot_f(
years,
xlab = "Time interval",
ylab = "Absolute risk",
xbreak,
ybreak,
xlimits,
ylimits,
show.legend = TRUE
)
Arguments
years |
the object obtained using function |
xlab |
a title for the x axis. |
ylab |
a title for the y axis. |
xbreak |
the breaks on the x axis (this is supplied to |
ybreak |
the breaks on the y axis (this is supplied to |
xlimits |
define the limits on the x axis (this is supplied to |
ylimits |
define the limits on the y axis (this is supplied to |
show.legend |
if TRUE, the legend is shown on the graph. |
Details
A ggplot2 implementation for plotting the observed and population curves. The type of curves is
dependent upon the measure calculated using years
function (argument measure
).
Value
A ggplot object
See Also
[Package relsurv version 2.2-9 Index]