familycluster.index {mets} | R Documentation |
Finds all pairs within a cluster (family)
Description
Finds all pairs within a cluster (family)
Usage
familycluster.index(clusters, index.type = FALSE, num = NULL, Rindex = 1)
Arguments
clusters |
list of indeces |
index.type |
argument of cluster index |
num |
num |
Rindex |
index starts with 1 in R, and 0 in C |
Author(s)
Klaus Holst, Thomas Scheike
References
Cluster indeces
See Also
cluster.index familyclusterWithProbands.index
Examples
i<-c(1,1,2,2,1,3)
d<- familycluster.index(i)
print(d)
[Package mets version 1.3.4 Index]