R/geom-bar-soomo.R

#' Draw bar graphs with Soomo-green bars
#'
#' Allows users to draw Soomo-green bars on a ggplot bar graph
#'
#'
#' @param ... Same entry as would normally be included in `geom_bar`
#' @export

geom_bar_soomo <- function(...) ggplot2::geom_bar(fill = "#CDDC39", ...)
plduffy/rsoomo documentation built on May 26, 2019, 12:32 a.m.