These functions are provided for compatibility with older versions of vegan only, and may be defunct as soon as the next release.
## use adonis2 instead
adonis(formula, data, permutations = 999, method = "bray",
strata = NULL, contr.unordered = "contr.sum",
contr.ordered = "contr.poly", parallel = getOption("mc.cores"), ...)
See
adonis2
.
groups (strata) within which to constrain permutations.
contrasts used for design matrix.
adonis2
replaces adonis
with extended
functionality and completely new internal design. The shared arguments
of adonis
are similar as in adonis2
, but
arguments contr.unordered
and contr.ordered
can set the
contrasts within adonis
.