to.dudi | R Documentation |
Converts some ordinations performed with the vegan
package to objects compatible with coinertia
.
to.dudi(ord)
ord |
an ordination (see Details). |
The function supports:
- PCA computed from rda
. If data were scaled (prior to the analysis or using scale
of rda
) it is assumed that is was with the standard deviation using n-1
; As in dudi.pca
, to.dudi
rescales the data with the standard deviation using n
.
- PCoA computed from wcmdscale
, capscale
or dbrda
.
- CA computed from cca
.
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.