R version 2.5.1 (2007-06-27) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(2,1,1,2,2,2,1,2,2,3,1,3,3,3,2,3,2,1,1,1,1,1,1,2,1,1,1,2,1,1,2,2,2,1,1,3,3,3,3,2,3,3,2,3,3,2,3,2,3,2,1,1,3,3,2,2,1,1,1,2,1,1,1,2,2,1,1,2,1,1,1,3,2,3,1,3,3,3,3,2,3,3,1,3,3,3,2,2,1,3,1,1,2,3,3,2,1,1,1,3,3,2,3,3,1,1,1,2,1,1,1,1,3,3,1,2,3,3,3,2,2,1,1,1,1,3,1,2,3,3,1,3,3,2,3,2,3,1,1,2,1,2,1,2,3,2,1,1,3,3,1,2,3,1,1,2,3,2,1,2,2,2,1,3,1,3,1,2,2,1,1,2,1,1,1,2,3,3,1,3,3,2,3,2,3,2,1,3,3,3,3,2,2,3,1,3,1,3,3,2,2,1,1,3,3,2,1,2,3,3,2,3,1,2,3,3,2,1,1,2,1,1,2,3,3,3,1,3,3,3,3,2,3,1,1,3,1,3,2,3,2,3,1,1,3,1,1,2,3,3,2,3,3,2,3,3,3,3,1,3,1,3,3,3,3,3,1,3,3,3,2,2,3,3,1,3,3,3,3,3,2,3,1,3,1,2,3,2,3,3,1,3,3,2,3,2,3,3,1,2,3,1,1,2,3,3,1,3,3,3,3,2,3,3,2,3,3,3,3,3,3,3,2,3,3,3,3,3,2,2,1,3,3,3,3,2,2,1,1,2,1,1,3,2,3,3,1,3,3,2,3,2,2,2,1,2,3,3,3,2,3,3,1,2,3,3,3,2,3,1,1,2,1,1,2,2,3,2,1,3,1,2,3,2,3,3,1,1,1,3,3,3,3,3,1,1,1,3,3,2,3,1,1,3,3,2,3,2,1,1,1,3,1,1,1,2),dim=c(8,52),dimnames=list(c('A','B','C','D','E','F','G','H'),1:52)) > y <- array(NA,dim=c(8,52),dimnames=list(c('A','B','C','D','E','F','G','H'),1:52)) > for (i in 1:dim(x)[1]) + { + for (j in 1:dim(x)[2]) + { + y[i,j] <- as.numeric(x[i,j]) + } + } > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases' > main = 'Dendrogram' > #'GNU S' R Code compiled by R2WASP v. 1.0.44 () > #Author: Prof. Dr. P. Wessa > #To cite this work: Wessa, P., (2007), Hierarchical Clustering (v1.0.1) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_hierarchicalclustering.wasp/ > #Source of accompanying publication: Office for Research, Development, and Education > #Technical description: Write here your technical program description (don't use hard returns!) > par3 <- as.logical(par3) > par4 <- as.logical(par4) > if (par3 == 'TRUE'){ + dum = xlab + xlab = ylab + ylab = dum + } > x <- t(y) > hc <- hclust(dist(x),method=par1) > d <- as.dendrogram(hc) > str(d) --[dendrogram w/ 2 branches and 52 members at h = 32] |--[dendrogram w/ 2 branches and 21 members at h = 10.4] | |--[dendrogram w/ 2 branches and 6 members at h = 4.03] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf "31" | | | `--leaf "38" | | `--[dendrogram w/ 2 branches and 4 members at h = 3.40] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf "7" | | | `--leaf "19" | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf "20" | | `--leaf "26" | `--[dendrogram w/ 2 branches and 15 members at h = 5.96] | |--[dendrogram w/ 2 branches and 5 members at h = 2.83] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf "16" | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf "1" | | | `--leaf "18" | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf "21" | | `--leaf "30" | `--[dendrogram w/ 2 branches and 10 members at h = 3.69] | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | |--leaf "52" | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf "14" | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf "4" | | `--leaf "8" | `--[dendrogram w/ 2 branches and 6 members at h = 2.52] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf "43" | | `--leaf "47" | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf "3" | | `--leaf "22" | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf "9" | `--leaf "28" `--[dendrogram w/ 2 branches and 31 members at h = 12.0] |--[dendrogram w/ 2 branches and 8 members at h = 5.06] | |--[dendrogram w/ 2 branches and 5 members at h = 2.18] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf "27" | | | `--leaf "33" | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | |--leaf "48" | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf "25" | | `--leaf "36" | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | |--leaf "12" | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf "49" | `--leaf "50" `--[dendrogram w/ 2 branches and 23 members at h = 7.57] |--[dendrogram w/ 2 branches and 6 members at h = 2.70] | |--leaf "13" | `--[dendrogram w/ 2 branches and 5 members at h = 1.9] | |--leaf "51" | `--[dendrogram w/ 2 branches and 4 members at h = 1.35] | |--leaf "45" | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | |--leaf "24" | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf "5" | `--leaf "42" `--[dendrogram w/ 2 branches and 17 members at h = 4.66] |--[dendrogram w/ 2 branches and 4 members at h = 0] | |--leaf "44" | `--[dendrogram w/ 2 branches and 3 members at h = 0] | |--leaf "37" | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf "17" | `--leaf "23" `--[dendrogram w/ 2 branches and 13 members at h = 4.30] |--[dendrogram w/ 2 branches and 5 members at h = 2.06] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf "6" | | `--leaf "32" | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | |--leaf "35" | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf "40" | `--leaf "41" `--[dendrogram w/ 2 branches and 8 members at h = 2.84] |--[dendrogram w/ 2 branches and 3 members at h = 1.89] | |--leaf "2" | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf "11" | `--leaf "34" `--[dendrogram w/ 2 branches and 5 members at h = 2.2] |--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf "15" | `--leaf "46" `--[dendrogram w/ 2 branches and 3 members at h = 1.33] |--leaf "10" `--[dendrogram w/ 2 branches and 2 members at h = 0] |--leaf "29" `--leaf "39" > mysub <- paste('Method: ',par1) > postscript(file="/var/www/html/rcomp/tmp/1qlod1193401598.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > if (par4 == 'TRUE'){ + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } > dev.off() null device 1 > if (par2 != 'ALL'){ + if (par3 == 'TRUE'){ + ylab = 'cluster' + } else { + xlab = 'cluster' + } + par2 <- as.numeric(par2) + memb <- cutree(hc, k = par2) + cent <- NULL + for(k in 1:par2){ + cent <- rbind(cent, colMeans(x[memb == k, , drop = FALSE])) + } + hc1 <- hclust(dist(cent),method=par1, members = table(memb)) + de <- as.dendrogram(hc1) + postscript(file="/var/www/html/rcomp/tmp/2y31m1193401598.ps",horizontal=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) + if (par4 == 'TRUE'){ + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } + dev.off() + str(de) + } > load(file='/var/www/html/rcomp/createtable') > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Summary of Dendrogram',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Label',header=TRUE) > a<-table.element(a,'Height',header=TRUE) > a<-table.row.end(a) > num <- length(x[,1])-1 > for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,hc$labels[i]) + a<-table.element(a,hc$height[i]) + a<-table.row.end(a) + } > a<-table.end(a) > table.save(a,file="/var/www/html/rcomp/tmp/3rsra1193401599.tab") > if (par2 != 'ALL'){ + a<-table.start() + a<-table.row.start(a) + a<-table.element(a,'Summary of Cut Dendrogram',2,TRUE) + a<-table.row.end(a) + a<-table.row.start(a) + a<-table.element(a,'Label',header=TRUE) + a<-table.element(a,'Height',header=TRUE) + a<-table.row.end(a) + num <- par2-1 + for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,i) + a<-table.element(a,hc1$height[i]) + a<-table.row.end(a) + } + a<-table.end(a) + table.save(a,file="/var/www/html/rcomp/tmp/4vp4d1193401599.tab") + } > > system("convert tmp/1qlod1193401598.ps tmp/1qlod1193401598.png") > system("convert tmp/2y31m1193401598.ps tmp/2y31m1193401598.png") convert: unable to open image `tmp/2y31m1193401598.ps': No such file or directory. convert: missing an image filename `tmp/2y31m1193401598.png'. > > > proc.time() user system elapsed 0.855 0.193 0.924