shared {vegsoup} | R Documentation |
Compute a diagonal matrix showing percentages of shared species between partitons.
## S4 method for signature 'VegsoupPartition' shared(x)
x |
|
The computed index is this equal to designdist(t(Constancy(prt) > 0),
method = "J/(A+B)*100")
and simply returns the percentage of shared species
between partitions.
an object of class dist
.
Roland Kaiser
library(vegsoup) # real data require(vegsoup) data(barmstein) x <- VegsoupPartition(barmstein, k = 2) shared(x)