Description Usage Value Examples
View source: R/my_plot_theme.R
My theme for a 7.5 by 5 inch plot
1 |
themed ggplot
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.