R/HCLtree.R

HCLtree <- function(x){
	tmp.tree <- hclust(as.dist(1-x), "complete")
	return(tmp.tree)
}

Try the superbiclust package in your browser

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

superbiclust documentation built on May 2, 2019, 6:53 p.m.