fish497-2018 / Jarvis_ReefFish

0 stars 0 forks source link

Adding Title to plots #6

Open andreaodell opened 6 years ago

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