Learn R Programming

labeltodendro (version 1.3)

Convert labels or tables to a dendrogram

Description

The package offers a dendrogram representation of series of labels, this is specially needed in Markov chain Monte Carlo clustering. If you have a dendrogram in your mind you can easily put series of meaningful labels in a matrix and heights in a vector, then convert them to a dendrogram abject.

Copy Link

Version

Install

install.packages('labeltodendro')

Monthly Downloads

35

Version

1.3

License

GPL (>= 2)

Last Published

January 27th, 2013

Functions in labeltodendro (1.3)

relabel

relabels a vector, insisting that the labels appear in increasing order
relabel.matrix

relabels a matrix label insisting that the labels of each row appear in increasing order
tabletodendro

converts a label matrix and a frequency vector to a labclust object
is.aggvec

checks wheather or not one vector is agglomeration of the another
colorplot

colored dendrogram plot of a labclust object
labclust

labclust is an object
plot.labclust

dendrogram plot of a labclust object
labeltotable

counts the number of labels appeared in a label matrix and finds the most frequent labelling and agglomeration and divisions of it.
selectlabels

it is useful to sort labels in agglomerative order
labeltodendro

converts series of labels to a labclust object