Skip to content

Commit

Permalink
add note about ordering in data; closes #574
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Apr 25, 2023
1 parent 9d3d8bc commit 1394238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion man/adonis.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ adonis2(formula, data, permutations = 999, method = "bray",
defines the independent variables. These can be continuous variables
or factors, they can be transformed within the formula, and they can
have interactions as in a typical \code{\link{formula}}.}
\item{data}{ the data frame for the independent variables.}
\item{data}{ the data frame for the independent variables, with rows
in the same order as the community data matrix or dissimilarity
matrix named on the LHS of \code{formula}.}
\item{permutations}{a list of control values for the permutations
as returned by the function \code{\link[permute]{how}}, or the
number of permutations required, or a permutation matrix where each
Expand Down

0 comments on commit 1394238

Please sign in to comment.