metaMDS
function, there may be difference of output between different versions of vegan
library. Since vegan 2.0-0
, the function metaMDS
use as a default engine function monoMDS
, which gives slightly different result than original engine function isoMDS
from library MASS
. Before, the NMDS diagram of simulated data along long gradient looked somewhat like a ball. To see this, you may add the argument engine = “isoMDS”
into metaMDS
function.