Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pcoa

Principal coordinate analysis


Description

principal coordinates analysis as described in Legendre & Legendre Numerical Ecology

Usage

pcoa(mat,plotit=TRUE,...)

Arguments

mat

a distance matrix

plotit

Whether to produce a plot of the pcoa

...

further arguments (graphical for instance) to pass to the function

Value

valp

the eigen values of the pcoa

vecp

the eigen vectors of the pcoa (the coordinates of observations)

eucl

The cumulative euclidian distances among observations,

Author(s)

Jerome Goudet jerome.goudet@unil.ch

Examples

data(gtrunchier)
colo<-c("black","red","blue","yellow","orange","green")
pcoa(as.matrix(genet.dist(gtrunchier[,-1])),col=rep(colo,c(5,5,4,5,5,5)))

hierfstat

Estimation and Tests of Hierarchical F-Statistics

v0.5-10
GPL (>= 2)
Authors
Jerome Goudet [aut, cre], Thibaut Jombart [aut], Zhian N. Kamvar [ctb], Eric Archer [ctb], Olivier Hardy [ctb]
Initial release
2021-11-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.