knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(ahtest) library(tidyverse)
cutthroat <- ahtest::and_vertebrates %>% filter(SPECIES == "ONCL") ggplot(data = cutthroat, aes(x = LENGTH1, y = WEIGHT)) + geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.