mcoe_theme {MCOE} | R Documentation |
Modifies ggplots to use a common theme
mcoe_theme
An object of class list
of length 4.
a 'list' of [ggplot] elements to add to a graph
library(dplyr)
df.example <- dplyr::tribble(~name, ~rate, "Nina",32,"David",65)
g <- ggplot2::ggplot(df.example, ggplot2::aes(name, rate)) + ggplot2::geom_col()
g + mcoe_theme