powered by
Custom theme, based upon the theme_bw theme in ggplot2
theme_km(base_size = 11, base_family = "", base_line_size = base_size/22, base_rect_size = base_size/22)
base font size
base font family
base size for line elements
base size for rect elements
# NOT RUN { library(survsup); library(ggplot2) p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, colour = factor(gear))) + facet_wrap(~am) p + theme_km() # }
Run the code above in your browser using DataLab