View source: R/my_plot_theme.R
my_plot_theme | R Documentation |
My theme for a 7.5 by 5 inch plot
my_plot_theme()
themed ggplot
library(ggplot2) library(magrittr) library(dplyr) 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.