my_plot_theme: My theme for a 7.5 by 5 inch plot

Description Usage Value Examples

View source: R/my_plot_theme.R

Description

My theme for a 7.5 by 5 inch plot

Usage

1

Value

themed ggplot

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(ggplot2)
library(magrittr)
library(dplyr)

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

bsevansunc/packr documentation built on Dec. 19, 2021, 12:44 p.m.