Anupam Nmxgy
Computer Science Professor | Bad Häring | Austria
I am working as Computer Science Professor.
List of Contributed Questions (Sorted by Newest to Oldest)
No Question(s) Posted yet!
List of Contributed Answer(s) (Sorted by Newest to Oldest)
Answer # 1 #
NMDS plots are commonly done using the vegan package in R. First you install and load the package then use the metaMDS() function on your distance matrix or community data. Once the model runs you can plot it using plot() or ordiplot(). NMDS is sensitive to data scaling so that step matters.
Answered for the Question: "How to make nmds plot in r?"