R/utils_tema.R

Defines functions tema_gg_blank

tema_gg_blank <- function() {
  ggplot2::theme(
    rect = ggplot2::element_blank(),
    panel.grid = ggplot2::element_blank(),
    text = ggplot2::element_blank(),
    axis.ticks = ggplot2::element_blank()
  )
}
openvironment/ods6 documentation built on Feb. 7, 2023, 9:24 a.m.