mcoe_theme {MCOE}R Documentation

Modifies ggplots to use a common theme

Description

Modifies ggplots to use a common theme

Usage

mcoe_theme

Format

An object of class list of length 4.

Value

a 'list' of [ggplot] elements to add to a graph

Examples

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

[Package MCOE version 0.4.0 Index]