R/HCLtree.R

Defines functions HCLtree

Documented in HCLtree

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 28, 2021, 9:06 a.m.