Provides several predefined color themes for forest plots with Times New Roman font.
Usage
get_forest_theme(
theme_name = c("blue", "green", "cyan", "default"),
base_size = 12,
background_levels = NULL
)
tm_blue(base_size = 12, background_levels = NULL)
tm_green(base_size = 12, background_levels = NULL)
tm_cyan(base_size = 12, background_levels = NULL)
tm_default(base_size = 12, background_levels = NULL)Examples
if (FALSE) { # \dontrun{
tm <- get_forest_theme("blue")
result <- subgroup_forest(..., tm = tm)
} # }