Skip to content
Prev 76173 / 398502 Next

problem building dendrograms to use with heatmap()

Hi
Wittner, Ben wrote:
Looks like you're not building the dendrograms "properly".  Compare 
unclass(nr2) with unclass() of a dendrogram from 
as.dendrogram(hclust(<something>)).  You might need to look closely at 
stats:::as.dendrogram.hclust to get it right.

Paul