OrdData {segRDA} | R Documentation |
Data ordering
Description
Ordinates both community and explanatory matrices based on the first RDA score.
Usage
OrdData(x, y, axis = 1, method = NA, ...)
Arguments
x |
explanatory matrix; |
y |
community matrix; |
axis |
the RDA axis in which the ordering should be based. Defaults to |
method |
standardization method (described in |
... |
furhter parameters passed to |
Value
An object of class "ord"
, which is a list consisting of:
xo: the ordered explanatory matrix
yo: the ordered community matrix (non-transformed)
x: the original explanatory matrix
y: the original community matrix
Author(s)
Danilo Candido Vieira
Examples
data(sim1)
sim1.o<-OrdData(x=sim1$envi, y=sim1$comm)
sim1.o<-OrdData(x=sim1$envi, y=sim1$comm, method="hellinger")
[Package segRDA version 1.0.2 Index]