So, I realize that in order to analyze the data with NMDS I must first create a community matrix.
I'm trying to use the code from the lesson as a model:
comm <- tapply(tree$cover,
INDEX = list(tree$plotID, tree$spcode),
mean)
but I'm not sure what aspects of the dune data I should use instead? Does anyone have any tips on how they made their community matrices?
So, I realize that in order to analyze the data with NMDS I must first create a community matrix. I'm trying to use the code from the lesson as a model:
but I'm not sure what aspects of the dune data I should use instead? Does anyone have any tips on how they made their community matrices?