Given a set of communities - how can we judge if these communities are different or similar?
More precisely: If we have several records of species assemblages, can we infferr if they were sampled from the same biological community?
This tutorial covers two tools to help you in forming an opinion:
- PERMANOVA: a statistical test on predifined groups of communities
- nMDS: a visualization of all species records in 2D
To follow you’ll need a few packages:
install.packages("tidyverse") install.packages("vegan") install.packages("ggalt")