View source: R/my_plot_theme.R
| my_plot_theme | R Documentation |
My theme for a 7.5 X 5 in plot
my_plot_theme()
themed ggplot
library(ggplot2)
library(dplyr)
library(magrittr)
tibble(
x = (1:5),
y =(6:10)) %>%
ggplot(
aes(x,y)) +
geom_point() +
my_plot_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.