.BG
.FN labclust
.TL
Label a Cluster Plot
.CS
labclust(x, y, labels)
.XY
Typically, these are the coordinates of the leaves of the tree, as produced by
`plclust'.
Missing values (`NA's) are allowed.
.AG labels
optional control of labels on the cluster leaves.  By
default, leaves are labelled with object number.  If `labels'
is a character vector, it is used to label the leaves.
Otherwise it is interpreted as a logical flag (in
particular, the value `FALSE' suppresses any labelling of
leaves, as is appropriate with large trees).
.GR
.EX
xy <- plclust(tree,plot=FALSE)      # save coords of tree
plclust(tree,label=FALSE)    #plot it
labclust(xy,label=names)   #now label it
.KW aplot
.KW cluster
.KW multivariate
.WR
