Open kimberleewong opened 2 months ago
mack_creek_vertebrates %>%
clean_names() %>%
filter(species == "ONCL") %>%
ggplot(aes(x = length1, y = weight)) +
geom_point(shape = 12, color = "purple") +
theme_minimal() +
labs(x = "Cutthroat trout length (cm)",
y = "Weight (g)")
#> Error: attempt to use zero-length variable name
<sup>Created on 2024-08-22 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>
Created on 2024-08-22 with reprex v2.1.1