Open bellacolpo opened 6 years ago
Add a legend where you color coded the species in your first plot.
ggplot(bootless_notfished_sp) + geom_point(aes(x = bootless, y = n_species, color = 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")
Add a legend where you color coded the species in your first plot.
ggplot(bootless_notfished_sp) + geom_point(aes(x = bootless, y = n_species, color = 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")