my_plot_theme: My theme for a 7.5 X 5 in plot

View source: R/my_plot_theme.R

my_plot_themeR Documentation

My theme for a 7.5 X 5 in plot

Description

My theme for a 7.5 X 5 in plot

Usage

my_plot_theme()

Value

themed ggplot

Examples

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

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

Olukhunlay-hub/packr documentation built on May 28, 2022, 12:24 a.m.