my_plot_theme: My theme for a 7.5 by 5 inch plot

View source: R/my_plot_theme.R

my_plot_themeR Documentation

My theme for a 7.5 by 5 inch plot

Description

My theme for a 7.5 by 5 inch plot

Usage

my_plot_theme()

Value

themed ggplot

Examples

library(ggplot2)
library(magrittr)
library(dplyr)

tibble(
  x = 1:5,
  y = 6:10) %>%
  ggplot(
    aes(x, y)) +
  geom_point() +
  my_plot_theme()

jmringenberg/packr documentation built on May 11, 2022, 12:36 a.m.