R/theme_froyo.R

Defines functions theme_froyo

Documented in theme_froyo

#' Froyo example plot theme
#'
#' Pink, blue, green color theme
#' @return
#' @export
#'
#' @examples
#'
theme_froyo <-function(){  theme(plot.background = element_rect(fill = "pink"),
                                 panel.background = element_rect(fill = "blue"),
                                 axis.text.x = element_text(color = "green"),
                                 axis.text.y = element_text(color = "green"))

}
desik23/guavaisland documentation built on Dec. 19, 2021, 10:13 p.m.