my_mantel | R Documentation |
Customed mantel
my_mantel(
y_mat,
x_mat,
y.dist = NULL,
x.dist = NULL,
foreach = NULL,
method = NULL,
...
)
y_mat |
a dist or dataframe |
x_mat |
a dist or dataframe |
y.dist |
methods for dissimilarity calculation of y_mat |
x.dist |
methods for dissimilarity calculation of x_mat |
foreach |
conduct mantel test for each variables in x.dist or not (by default) |
method |
Correlation method, as accepted by cor: "pearson", "spearman" or "kendall" |
... |
further arguments for vegan::mantel |
a list contain 1) mode information. 2) pairwise dissimilarity of x_mat and y_mat, for visualization 3) mode. 4) summary of the mode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.