Description Usage Arguments Value Author(s)
Perform all computations needed to display a dendrogram and initialize a shared data frame.
This is an internal function not to be called by the user.
1  | prepareDendro(h, x = NULL, xOrig = NULL, doFlipG = TRUE, dbg = 0)
 | 
h | 
 an object of class 'stats::hclust' describing a clustering  | 
x | 
 a data frame holding observations tha were clustered giving rise to 'h', converted to numeric, and scaled  | 
xOrig | 
 a data frame holding observations tha were clustered giving rise to 'h'  | 
doFlipG | 
 should branches' heights ("grow") be flipped such that the heights of elementary observations correspond not to 0, but to the height of the dendrogram?  | 
dbg | 
 debug verbosity level  | 
shared data frame
Tomas Sieger
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.