Add numeric node labels to a dendrogram.

labelDend(dend, n = 1)

Arguments

dend

dendrogram object

distFun

starting numeric node value (default=1)

Value

a list where the first item is the new dendrogram object and the second item is the final numeric node value.