R/theme_white.R

theme_white <- function (base_size = 11, base_family = "") {
    theme_light() %+replace% 
    theme(
        plot.background = element_rect(fill = "white"),
        panel.background = element_rect(fill = "white"),
        panel.border = element_rect(color = "white", fill = NA),
        axis.line = element_line(color = "white"),
        axis.ticks = element_line(color = "white"),
        panel.grid.major = element_blank(),
        panel.grid.minor = element_blank()
      )
}

Try the TextMiningGUI package in your browser

Any scripts or data that you put into this service are public.

TextMiningGUI documentation built on April 17, 2021, 5:09 p.m.