IDscluster {octopucs}R Documentation

Memberships of Groups and Subgroups

Description

Identifies the memberships at every level of the topology of the generalized cluster.

Usage

IDscluster(M2=M2)

Arguments

M2

List object generated by glzcluster or glzcluster2

Value

A list object with the memberships for the groups and subgroups all through the topology of the generalized cluster

Author(s)

Roger Guevara (roger.guevara@inecol.mx) & Ian MacGregor-Fors (ian.macgregor@helsinki.fi)

References

Koleff, P., Gaston, K.J., Lennon, J. J. 2003. Measuring beta diversity for presence–absence data. Journal of Animal Ecology 71:367

Examples

data(dune)
M2 <- glzcluster(dune, n=5, prop=0.8, distance="bray", method="average")
GRPs <- IDscluster(M2)
GRPs

[Package octopucs version 0.1.0 Index]