| theme_survinger | R Documentation |
A clean, high-contrast theme suitable for journal publication. Follows Nature/Lancet figure guidelines.
theme_survinger(base_size = 11, base_family = "")
base_size |
Base font size. Default 11. |
base_family |
Font family. Default |
A ggplot2 theme object.
surv_compare_estimates()
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_survinger()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.