I'm using the vegan package to plot a NMDS in R analyzing community similarities. This is based on a community matrix that includes different treatments:
NMDS=metaMDS(community_matrix,k=2,trymax=100)
plot(NMDS)
Could anybody tell me how to I can draw arrows to show how individual species respond to treatments?