- x
Community data frame (with sites as rows, species as columns and species abundance as cell values) or distance matrix.
- ordiplot
Ordination diagram generated by ordiplot
or distance matrix.
- distx
Ecological distance used to calculated the distance matrix (theoretically the same distance as displayed in the ordination diagram); passed to vegdist
and partial match to "manhattan", "euclidean", "canberra", "bray", "kulczynski", "jaccard", "gower", "morisita", "horn", "mountford", "raup", "binomial", "chao", "aitchison" or "robust.aitchison". This argument is ignored in case that "x" is already a distance matrix.
- plotit
Should a plot comparing the distance in ordination diagram (or the distance matrix) with the distance from the distance matrix be generated (or not).
- addit
Should the GAM regression result be added to an existing plot (or not).
- method
Method for calculating the correlation between the ordination distance and the complete distance; from function mantel
passed to function cor
: "pearson", "spearman" or "kendall".
- permutations
Number of permutations to assess the significance of the Mantel test; passed to mantel
.
- abline
Should a reference line (y=x) be added to the graph (or not).
- gam
Evaluate the correspondence between the original distance and the distance from the ordination diagram with GAMas estimated by gam
.
- ...
Other arguments passed to mantel
.