Dear Pat,
I have successfully plotted NMDS to show sample sites using following functions.
nmds<-read.table(file=“stool.final.an.thetayc.0.03.lt.nmds.axes”, header=T)
plot(nmds$axis1, nmds$axis2)
Then I changed the colors for different sites using functions mentioned in the R tutorial (https://www.mothur.org/wiki/R_tutorial)
Now, I want to show both samples and the species(or OTUs) on the same plot using R functions.
I couldn’t find any related document to do this, so could you please advise me to do this wit R( I know Vegan and Phyloseq packages can be used for this, but I want to plot the NMDS with mothur output values).