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", ...)
PatrickDuffy34/rsoomo documentation built on May 18, 2019, 10:14 a.m.