fish497-2018 / Jarvis_ReefFish

0 stars 0 forks source link

Plots #7

Open bellacolpo opened 6 years ago

bellacolpo commented 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")