shared {vegsoup}R Documentation

Shared Species

Description

Compute a diagonal matrix showing percentages of shared species between partitons.

Usage

## S4 method for signature 'VegsoupPartition'
shared(x)

Arguments

x

VegsoupPartition object.

Details

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.

Value

an object of class dist.

Author(s)

Roland Kaiser

See Also

vegdist

Examples

library(vegsoup)

# real data
require(vegsoup)

data(barmstein)
x <- VegsoupPartition(barmstein, k = 2)

shared(x)

[Package vegsoup version 0.2-9 Index]