familycluster.index: Finds all pairs within a cluster (family)

View source: R/clusterindex-reshape.R

familycluster.indexR 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)

mets documentation built on Jan. 17, 2023, 5:12 p.m.