Replies: 1 comment
-
This is what
So they are not vectors but weighted averages. If you want to get vectors, try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I posed this question on SO, Interpretation of species vectors in nMDS, but have had no answers, so I'm raising it here.
I'm trying to compare results I get from a PCA biplot with what I can get from
MASS:isoMDS()
andvegan::metaMDS()
particularly using vectors representing the variables to help interpret the MDS dimensions.My question is essentially how I can understand what is returned by the
$species
component ofmetaMDS()
. How is it calculated and what do the values represent?The plots I make for PCA and
isoMDS()
are consistent with the interpretation that the variable vectors reflect correlations of the observed variables with the dimensions. The plot formetaMDS()
is inconsistent for on of the variables (relwt
) which points in the opposite direction.Here is the plot from
ggbiplot::ggbiplot()
https://i.stack.imgur.com/4jD0N.png
Here is what I get from
metaMDS()
https://i.stack.imgur.com/8n99m.png
Beta Was this translation helpful? Give feedback.
All reactions