knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(bonanza) library(tidyverse) verde <- bonanza::anole_mark %>% filter(LOCATION == "El Verde") ggplot(data = verde, aes(x = HEIGHT, y = `DISTANCE FROM CENTERLINE`)) + geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.