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.