search for: cdfl1

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

Did you mean: cdf1
2002 May 14
0
RE: cut.dendrogram (PR#1552)
...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<-cut(ddfl1,h=0.2) Error: more elements supplied than there are to replace > cdfl1<-cut(ddfl1,h=0.1...