This analysis focused on selecting indicator species using the results of the regional fish assemblages. We utilized the FishTraits database of species life history, trophic ecology, habitat, and temperatrature tolerance traits to group similar species.
To group species based on similarity between traits, we used both hierarchical clustering and nMDS. Both method use distance matrices that indicate similarities between observations. The distance matrix is then used to ordinate or cluster.
In the above, the height of the fusion, provided on the vertical axis, indicates the similarity between two observations. The higher the height of the fusion, the less similar the observations are.
This is a lot to take in…
-The same distance matrices were used for both methods and euclidean distance was used to create them.
NMDS: used metaMDS from vegan package on distance matrix. Did not specify number of dimensions in final results, but experimented with changing the number of dimensions and it didn’t change the results significantly.
Hierarchical clustering:: used hclust on distance matrix. Experimented with different agglomeration methods (wards, complete, and average) but clustering results did not change significantly. Ended up using “complete” as the agglomeration method, which computes all pairwise dissimilarities between the elements in cluster 1 and the elements in cluster 2, and considers the largest value (i.e., maximum value) of these dissimilarities as the distance between the two clusters.