R/gg_plot.R

#' @noRd
gg_plot <- function (
  data = NULL,
  mapping = aes(),
  ...,
  theme = "minimal",
  verbose = getOption("verbose")
) {

  ggplot(data, mapping, ...) +
    gg_theme_inventory()

}
BAAQMD/ggtools documentation built on Feb. 8, 2023, 6:22 p.m.