search for: hdfl1

Displaying 1 result from an estimated 1 matches for "hdfl1".

Did you mean: hdf1
2002 May 14
0
RE: cut.dendrogram (PR#1552)
...I unwittingly sent my message with HTML formatting. This time I'm travelling and using an e-mail system that I am unfamiliar with. As far as I can see, I am not using HTML. Best wishes, Mikkel > library(cluster) > data(flower) > dfl1 <- daisy(flower, type = list(asymm = 3)) > hdfl1<-hclust(dfl1,method="average") > plot(hdfl1) > ddfl1<-as.dendrogram(hdfl1) > cdfl1<-cut(ddfl1,h=0.5) > cdfl1<-cut(ddfl1,h=0.4) > cdfl1<-cut(ddfl1,h=0.31312) > cdfl1<-cut(ddfl1,h=0.31311) Error: more elements supplied than there are to replace > cdfl1...