powered by
Print (bootstrap) values on 'hclust' plot
Bclabels(hcl, values, coords=NULL, horiz=FALSE, method="text", threshold=NULL, ...)
hclust object
hclust
numeric, (bootstrap) values to use
numeric
If NULL (default), coordinates will be calculated with Hcoords(hcl)
Plot values for a horizontal tree?
If "text" (default), plot text values, if "points", plot points
If set, do not plot text or points for values < threshold
If "text" (default), additional arguments to text(), if "points", to points()
List with components: 'coords' for coordinates, 'labels' for (selected) values.
This low-level plot function plots text or points in accordance with bootstrap values to the corresponding node of the plotted 'hclust' object.
Bclust
# NOT RUN { bb <- Bclust(t(moldino)) # specify 'mc.cores=4' or similar to speed up the process plot(bb$hclust) Bclabels(bb$hclust, bb$values, col="red", pos=3, offset=0.1, threshold=0.5) # }
Run the code above in your browser using DataLab