k = 6
) in NMDS.
This stress plot (or scree plot) shows the decrease in ordination stress with an increase in the number of ordination dimensions.
It is based on function metaMDS
(vegan
package) and uses the monoMDS
engine.
dimcheckMDS(matrix, distance = "bray", k = 6, trymax = 20, autotransform = TRUE)
metaMDS
) or not. Default is autotransform = TRUE
.stressplot
) is recommended for detecting best dimensionality in NMDS. Clarke 1993 suggests the following guidelines for acceptable stress values:
<0.05 =="" excellent,="" <0.10="good," <0.20="usable,">0.20 = not acceptable.
The plot shows the border of the 0.20 stress value limit. Solutions with higher stress values should be interpreted with caution and those with stress above 0.30 are highly suspect.0.05>metaMDS
stressplot
## Use of function with default values
dimcheckMDS(schedenveg)
## Use of function for testing 10 dimensions
dimcheckMDS(schedenveg, k = 10)
Run the code above in your browser using DataLab