powered by
Modifies ggplots to use a common theme
mcoe_theme
a `list` of [ggplot] elements to add to a graph
An object of class theme (inherits from ggplot2::theme, gg, S7_object) of length 16.
theme
ggplot2::theme
gg
S7_object
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
Run the code above in your browser using DataLab