clustDist: clustDist

Description Usage Arguments Examples

View source: R/clustDist.R

Description

Find the distances between clusters

Usage

1
clustDist(U1, U2, X, criterion)

Arguments

U1
U2
X
criterion

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(U1, U2, X, criterion) {
    return(NULL)
}

UNCLES documentation built on May 2, 2019, 11:11 a.m.