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()


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