powered by
Fuse previously identified pairs to 'clusters', return vector with cluster-numbers.
fusePairs( datPair, refDatNames = NULL, inclRepLst = FALSE, maxFuse = NULL, debug = FALSE, silent = TRUE, callFrom = NULL )
This function returns a vector with cluster-numbers
2-column matrix where each line represents 1 pair
(NULL or character) allows placing selected pairs in context of larger data-set (names to match those of 'datPair')
(logical) if TRUE, return list with 'clu' (clu-numbers, default output) and 'refLst' (list of clustered elements, only n>1)
(integer, default NULL) maximal number of groups/clusters
(logical) display additional messages for debugging
(logical) suppress messages
(character) allow easier tracking of message(s) produced
daPa <- matrix(c(1:5,8,2:6,9), ncol=2) fusePairs(daPa, maxFuse=4)
Run the code above in your browser using DataLab