theme_survHE: A Custom ggplot2 Theme for Survival Plots
Description
This theme is designed for use with survival analysis plots, particularly
those created using the survHE package. It builds on theme_bw() and
customizes axis text, titles, plot background, and legend styling.
Usage
theme_survHE()
Arguments
Value
A ggplot2 theme object that can be added to a ggplot.
Details
Note: To position the legend inside the plot, use an additional call to
theme(legend.position = c(x, y), legend.justification = c("left", "top")).