knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(allisonhello)
library(tidyverse)
cutthroat <- allisonhello::and_vertebrates %>% 
  filter(SPECIES == "ONCL")

ggplot(data = cutthroat, aes(x = LENGTH1, y = WEIGHT)) +
  geom_point()


allisonhorst/allisonhello documentation built on Feb. 9, 2021, 12:03 a.m.