powered by
Ordinates both community and explanatory matrices based on the first RDA score.
OrdData(x, y, axis = 1, method = NA, ...)
explanatory matrix;
community matrix;
the RDA axis in which the ordering should be based. Defaults to axis=1
axis=1
standardization method (described in decostand) to be applied on y before the RDA analysis. If NA (default), no transformation is performed.
decostand
NA
furhter parameters passed to decostand and vegan::rda;
vegan::rda
An object of class "ord", which is a list consisting of:
"ord"
xo: the ordered explanatory matrix
yo: the ordered community matrix (non-transformed)
x: the original explanatory matrix
y: the original community matrix
# NOT RUN { data(sim1) sim1.o<-OrdData(x=sim1$envi, y=sim1$comm) sim1.o<-OrdData(x=sim1$envi, y=sim1$comm, method="hellinger") # }
Run the code above in your browser using DataLab