#!--Figure1 BEGIN
library(tidyverse)
fig1 <- tibble(x = rnorm(100), y = runif(100)) %>%
ggplot(aes(x, y)) +
geom_point()
print(fig1)
#!--Figure1 END
#!--languages identified BEGIN
#!--languages identified END
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.