R/plot_theme.R

Defines functions plot_theme

Documented in plot_theme

#' Plot themes for [ggplot2::ggplot] figures
#'
#' Standardized plot themes for this package when using [ggplot2::ggplot].
#' These themes should be used to increase consistency in figures created
#' for the stock assessment document.
#'
#' @author Kelli F. Johnson
#' @export
#' @return [ggplot2::ggplot] structures
#'
plot_theme <- function(
) {

  # legend <- match.arg(legend, several.ok = FALSE)
  gg <- ggplot2::theme_bw()

  return(gg)
}
iantaylor-NOAA/Lingcod_2021 documentation built on Oct. 30, 2024, 6:42 p.m.