R Color dendrogram sentences?

I want to make colored dendrograms and not yet find a sufficient library: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=79 This graphic / library looks promising, but can not install the A2E library? Trying to install on windows, downloaded the file tar.gzand cannot install the package from console R.

Besides:

Warning messages:
1: In unzip(zipname, exdir = dest) : error 1 in extracting from zip file
2: In gzfile(file, "r") :
  cannot open compressed file 'A2R_0.0-4.tar.gz/DESCRIPTION', probable reason 'No such file or directory'

Can anyone see if they can get this A2R library, acknowledge the error, or offer a good color dendrogram library?

+3
source share
2 answers

( , .) A2R - . . , Linux, , Mac ( ) Windows. Mac. , , . :

install.packages("<fullpath> A2R_0.0-4.tar.gz", type ="source")

: "trimcluster", "prabclus", "MASS", "cluster", "mclust", "flexmix", "modeltools", "stats4", "multcomp", "mvtnorm". , , , :

     Error in hubertgamma[i] <- cluster.stats(d.usa, cutree(h.usa, k = i +  : 
  replacement has length zero:

This is the example plot

, , hclust:

h.usa$height <- log(h.usa$height)
+4

dendrapply() R node. . .

+1

All Articles