Description Usage Arguments Details Value Author(s)
View source: R/adonis_assignDS.R
This function is implemented by wapper around the vegan
function adonisDS
.
1 2 3 4 5 6 7 8 9 | adonis_assignDS(
formula,
data.name.transmit,
permutations = 999,
method = "bray",
strata = NULL,
contr.unordered = "contr.sum",
contr.ordered = "contr.poly"
)
|
formula |
an parameter of unspecified purpose |
data.name.transmit |
a string character, the name of a dataframe |
permutations |
an parameter of unspecified purpose |
method |
an parameter of unspecified purpose |
strata |
an parameter of unspecified purpose |
contr.unordered |
an parameter of unspecified purpose |
contr.ordered |
an parameter of unspecified purpose |
The function returns ...
the results of adonisDS
function
Stuart Wheater for DataSHIELD Development Team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.