powered by
Allows much easier multivariate comparisons of groups of sites then provided by the function mahalanobis in the base library.
mahalanobis
base
D.sq(g1, g2)
Community vector for site 1
Community vector for site 2
Ken Aho
Legendre, P, and L. Legendre (1998) Numerical Ecology, 2nd English Edition. Elsevier, Amsterdam, The Netherlands.
g1<-matrix(ncol=3,nrow=3,data=c(1,0,3,2,1,3,4,0,2)) g2<-matrix(ncol=3,nrow=3,data=c(1,2,4,5,2,3,4,3,1)) D.sq(g1,g2)$D.sq
Run the code above in your browser using DataLab