Guest User

Untitled

a guest
Jun 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Lake_ID Year Gear psd BioVolume
  2. 16 2012 EF 0.370967742 0.095585695
  3. 16 2012 GN 1 0.095585695
  4. 16 2012 TN 0 0.095585695
  5. 16 2012 Whole 0.375 0.095585695
  6. 16 2017 EF 0.214285714 0.100623115
  7. 16 2017 GN 1 0.100623115
  8. 16 2017 TN 0 0.100623115
  9. 16 2017 Whole 0.179487179 0.100623115
  10.  
  11. ggplot(blg.dup.year,aes(BioVolume,psd,group=Lake_ID,label=Year))+
  12. geom_point(aes(BioVolume,psd,colour=Year))+theme_bw()+
  13. facet_grid(Gear~.,scales = "free_y")+
  14. labs(title="Bluegill PSD",y="PSD",x="Littoral BioVolume")+
  15. geom_path(arrow=arrow(angle=30,length=unit(0.1,"inches"),
  16. type="closed"),aes(group=Lake_ID))
Add Comment
Please, Sign In to add comment