Open andreaodell opened 6 years ago
ggplot(bootless_notfished_sp) + geom_point(aes(x = bootless, y = n_species), color = "blue", size = 3, alpha = 0.4) + geom_point(aes(x = Museum.Bootless, y = n_species), color = "red", size = 3, alpha = 0.4) + labs(x = "Species Present by Location", y = "Total Species Count") + ggtitle("Species Not Fished")