Title: Comparing partitions

Name: Tammy L. Elliott

Date: May 24, 2016

R version 3.1

Abundance-weighted grouping comparisons

compPart.5.crand<-rbind(site.dist.compPart.5.crand,vasc.abd1.compPart.5.crand, vasc.ph.abd1.compPart.5.crand,
    angio.abd1.compPart.5.crand,angio.ph.abd1.compPart.5.crand )
rownames(compPart.5.crand)<-c("Env.dist",  "Vasc.BD", "Vasc.PhBD", "Angio.BD", "Angio.PhBD") 
colnames(compPart.5.crand)<-c("Env.dist",  "Vasc.BD", "Vasc.PhBD", "Angio.BD", "Angio.PhBD") 
compPart.5.crand
##            Env.dist Vasc.BD Vasc.PhBD Angio.BD Angio.PhBD
## Env.dist       1.00    0.05      0.10     0.02       0.04
## Vasc.BD        0.05    1.00      0.14     0.45       0.15
## Vasc.PhBD      0.10    0.14      1.00     0.09       0.26
## Angio.BD       0.02    0.45      0.09     1.00       0.17
## Angio.PhBD     0.04    0.15      0.26     0.17       1.00

Presence-absence grouping comparings

compPart.4.crand.pa<-rbind(site.dist.compPart.4.crand,vasc.pa.compPart.4.crand, vasc.ph.pa.compPart.4.crand,
    angio.pa.compPart.4.crand,angio.ph.pa.compPart.4.crand )
rownames(compPart.4.crand.pa)<-c("Env.dist",  "Vasc.BD", "Vasc.PhBD", "Angio.BD", "Angio.PhBD") 
colnames(compPart.4.crand.pa)<-c("Env.dist",  "Vasc.BD", "Vasc.PhBD", "Angio.BD", "Angio.PhBD") 
compPart.4.crand.pa
##            Env.dist Vasc.BD Vasc.PhBD Angio.BD Angio.PhBD
## Env.dist       1.00    0.14      0.05     0.09       0.02
## Vasc.BD        0.14    1.00      0.16     0.51       0.10
## Vasc.PhBD      0.05    0.16      1.00     0.22       0.49
## Angio.BD       0.09    0.51      0.22     1.00       0.14
## Angio.PhBD     0.02    0.10      0.49     0.14       1.00