R/medv.R

Defines functions `medv`

`medv` <- 
function(psm, h=0.99){
    cutree(hclust(as.dist(1-psm),method="complete"), h=h)
}

Try the mcclust package in your browser

Any scripts or data that you put into this service are public.

mcclust documentation built on May 2, 2022, 5:05 p.m.