R version 2.7.2 (2008-08-25) Copyright (C) 2008 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(98.6 + ,98.1 + ,98.6 + ,98 + ,101.1 + ,98 + ,106.8 + ,111.1 + ,106.8 + ,96.6 + ,93.3 + ,96.7 + ,100.1 + ,100 + ,100.2 + ,107.7 + ,108 + ,107.7 + ,91.5 + ,70.4 + ,92 + ,97.8 + ,75.4 + ,98.4 + ,107.4 + ,105.5 + ,107.4 + ,117.5 + ,112.3 + ,117.7 + ,105.6 + ,102.5 + ,105.7 + ,97.4 + ,93.5 + ,97.5 + ,99.5 + ,86.7 + ,99.9 + ,98 + ,95.2 + ,98.2 + ,104.3 + ,103.8 + ,104.5 + ,100.6 + ,97 + ,100.8 + ,101.1 + ,95.5 + ,101.5 + ,103.9 + ,101 + ,103.9 + ,96.9 + ,67.5 + ,99.6 + ,95.5 + ,64 + ,98.4 + ,108.4 + ,106.7 + ,112.7 + ,117 + ,100.6 + ,118.4 + ,103.8 + ,101.2 + ,108.1 + ,100.8 + ,93.1 + ,105.4 + ,110.6 + ,84.2 + ,114.6 + ,104 + ,85.8 + ,106.9 + ,112.6 + ,91.8 + ,115.9 + ,107.3 + ,92.4 + ,109.8 + ,98.9 + ,80.3 + ,101.8 + ,109.8 + ,79.7 + ,114.2 + ,104.9 + ,62.5 + ,110.8 + ,102.2 + ,57.1 + ,108.4 + ,123.9 + ,100.8 + ,127.5 + ,124.9 + ,100.7 + ,128.6 + ,112.7 + ,86.2 + ,116.6 + ,121.9 + ,83.2 + ,127.4 + ,100.6 + ,71.7 + ,105 + ,104.3 + ,77.5 + ,108.3 + ,120.4 + ,89.8 + ,125 + ,107.5 + ,80.3 + ,111.6 + ,102.9 + ,78.7 + ,106.5 + ,125.6 + ,93.8 + ,130.3 + ,107.5 + ,57.6 + ,115 + ,108.8 + ,60.6 + ,116.1 + ,128.4 + ,91 + ,134 + ,121.1 + ,85.3 + ,126.5 + ,119.5 + ,77.4 + ,125.8 + ,128.7 + ,77.3 + ,136.4 + ,108.7 + ,68.3 + ,114.9 + ,105.5 + ,69.9 + ,110.9 + ,119.8 + ,81.7 + ,125.5 + ,111.3 + ,75.1 + ,116.8 + ,110.6 + ,69.9 + ,116.8 + ,120.1 + ,84 + ,125.5 + ,97.5 + ,54.3 + ,104.2 + ,107.7 + ,60 + ,115.1 + ,127.3 + ,89.9 + ,132.8 + ,117.2 + ,77 + ,123.3 + ,119.8 + ,85.3 + ,124.8 + ,116.2 + ,77.6 + ,122 + ,111 + ,69.2 + ,117.4 + ,112.4 + ,75.5 + ,117.9 + ,130.6 + ,85.7 + ,137.4 + ,109.1 + ,72.2 + ,114.6 + ,118.8 + ,79.9 + ,124.7 + ,123.9 + ,85.3 + ,129.6 + ,101.6 + ,52.2 + ,109.4 + ,112.8 + ,61.2 + ,120.9 + ,128 + ,82.4 + ,134.9 + ,129.6 + ,85.4 + ,136.3 + ,125.8 + ,78.2 + ,133.2 + ,119.5 + ,70.2 + ,127.2 + ,115.7 + ,70.2 + ,122.7 + ,113.6 + ,69.3 + ,120.5 + ,129.7 + ,77.5 + ,137.8 + ,112 + ,66.1 + ,119.1 + ,116.8 + ,69 + ,124.3 + ,127 + ,79.2 + ,134.4 + ,112.1 + ,56.2 + ,121.1 + ,114.2 + ,63.3 + ,122.2 + ,121.1 + ,77.8 + ,127.7 + ,131.6 + ,92 + ,137.4 + ,125 + ,78.1 + ,132.2 + ,120.4 + ,65.1 + ,129.2 + ,117.7 + ,71.1 + ,124.9 + ,117.5 + ,70.9 + ,124.8 + ,120.6 + ,72 + ,128.2 + ,127.5 + ,81.9 + ,134.4 + ,112.3 + ,70.6 + ,118.6 + ,124.5 + ,72.5 + ,132.6 + ,115.2 + ,65.1 + ,123.2 + ,105.4 + ,61.1 + ,112.3) + ,dim=c(3 + ,92) + ,dimnames=list(c('totaal' + ,'duurzame_consumptiegoederen' + ,'niet-duurzame_consumptiegoederen') + ,1:92)) > y <- array(NA,dim=c(3,92),dimnames=list(c('totaal','duurzame_consumptiegoederen','niet-duurzame_consumptiegoederen'),1:92)) > 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: AUTHOR(S), (YEAR), YOUR SOFTWARE TITLE (vNUMBER) in Free Statistics Software (v$_version), Office for Research Development and Education, URL http://www.wessa.net/rwasp_YOURPAGE.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 92 members at h = 582] |--[dendrogram w/ 2 branches and 26 members at h = 127] | |--[dendrogram w/ 2 branches and 9 members at h = 67.3] | | |--[dendrogram w/ 2 branches and 5 members at h = 17.1] | | | |--[dendrogram w/ 2 branches and 3 members at h = 7.9] | | | | |--leaf "27" | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.52] | | | | |--leaf "25" | | | | `--leaf "35" | | | `--[dendrogram w/ 2 branches and 2 members at h = 7.93] | | | |--leaf "26" | | | `--leaf "28" | | `--[dendrogram w/ 2 branches and 4 members at h = 22.5] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.49] | | | |--leaf "33" | | | `--leaf "34" | | `--[dendrogram w/ 2 branches and 2 members at h = 11.7] | | |--leaf "10" | | `--leaf "22" | `--[dendrogram w/ 2 branches and 17 members at h = 74.1] | |--[dendrogram w/ 2 branches and 9 members at h = 14.6] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | |--leaf "14" | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.15] | | | |--leaf "4" | | | `--leaf "12" | | `--[dendrogram w/ 2 branches and 6 members at h = 11.9] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf "2" | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.9] | | | |--leaf "1" | | | `--leaf "5" | | `--[dendrogram w/ 2 branches and 3 members at h = 6.5] | | |--leaf "24" | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf "16" | | `--leaf "17" | `--[dendrogram w/ 2 branches and 8 members at h = 19.1] | |--[dendrogram w/ 2 branches and 4 members at h = 4.64] | | |--leaf "23" | | `--[dendrogram w/ 2 branches and 3 members at h = 3.13] | | |--leaf "18" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.20] | | |--leaf "11" | | `--leaf "15" | `--[dendrogram w/ 2 branches and 4 members at h = 7.21] | |--leaf "21" | `--[dendrogram w/ 2 branches and 3 members at h = 5.16] | |--leaf "3" | `--[dendrogram w/ 2 branches and 2 members at h = 2.54] | |--leaf "6" | `--leaf "9" `--[dendrogram w/ 2 branches and 66 members at h = 477] |--[dendrogram w/ 2 branches and 26 members at h = 90.1] | |--[dendrogram w/ 2 branches and 12 members at h = 27.3] | | |--[dendrogram w/ 2 branches and 6 members at h = 7.59] | | | |--leaf "39" | | | `--[dendrogram w/ 2 branches and 5 members at h = 6.48] | | | |--leaf "66" | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.62] | | | |--leaf "36" | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf "46" | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.51] | | | |--leaf "54" | | | `--leaf "59" | | `--[dendrogram w/ 2 branches and 6 members at h = 9.42] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.75] | | | |--leaf "58" | | | `--leaf "60" | | `--[dendrogram w/ 2 branches and 4 members at h = 5.7] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.21] | | | |--leaf "51" | | | `--leaf "65" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.52] | | |--leaf "47" | | `--leaf "81" | `--[dendrogram w/ 2 branches and 14 members at h = 44.7] | |--[dendrogram w/ 2 branches and 4 members at h = 8.39] | | |--leaf "82" | | `--[dendrogram w/ 2 branches and 3 members at h = 6.25] | | |--leaf "42" | | `--[dendrogram w/ 2 branches and 2 members at h = 1.96] | | |--leaf "45" | | `--leaf "57" | `--[dendrogram w/ 2 branches and 10 members at h = 20.9] | |--[dendrogram w/ 2 branches and 4 members at h = 8.22] | | |--[dendrogram w/ 2 branches and 2 members at h = 0.866] | | | |--leaf "69" | | | `--leaf "88" | | `--[dendrogram w/ 2 branches and 2 members at h = 1.52] | | |--leaf "63" | | `--leaf "70" | `--[dendrogram w/ 2 branches and 6 members at h = 10.5] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf "48" | | `--leaf "75" | `--[dendrogram w/ 2 branches and 4 members at h = 8.37] | |--leaf "90" | `--[dendrogram w/ 2 branches and 3 members at h = 3] | |--leaf "78" | `--[dendrogram w/ 2 branches and 2 members at h = 1.28] | |--leaf "71" | `--leaf "83" `--[dendrogram w/ 2 branches and 40 members at h = 192] |--[dendrogram w/ 2 branches and 22 members at h = 68.1] | |--[dendrogram w/ 2 branches and 11 members at h = 27] | | |--[dendrogram w/ 2 branches and 7 members at h = 9.42] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.71] | | | | |--leaf "76" | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.64] | | | | |--leaf "74" | | | | `--leaf "89" | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.00] | | | | |--leaf "53" | | | | `--leaf "61" | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.93] | | | |--leaf "49" | | | `--leaf "64" | | `--[dendrogram w/ 2 branches and 4 members at h = 12.1] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.61] | | | |--leaf "52" | | | `--leaf "62" | | `--[dendrogram w/ 2 branches and 2 members at h = 3.52] | | |--leaf "30" | | `--leaf "40" | `--[dendrogram w/ 2 branches and 11 members at h = 34.9] | |--[dendrogram w/ 2 branches and 4 members at h = 9.39] | | |--leaf "79" | | `--[dendrogram w/ 2 branches and 3 members at h = 4.55] | | |--leaf "68" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.29] | | |--leaf "80" | | `--leaf "91" | `--[dendrogram w/ 2 branches and 7 members at h = 12.0] | |--[dendrogram w/ 2 branches and 4 members at h = 3.91] | | |--[dendrogram w/ 2 branches and 2 members at h = 0.3] | | | |--leaf "85" | | | `--leaf "86" | | `--[dendrogram w/ 2 branches and 2 members at h = 2.28] | | |--leaf "73" | | `--leaf "77" | `--[dendrogram w/ 2 branches and 3 members at h = 7.57] | |--leaf "84" | `--[dendrogram w/ 2 branches and 2 members at h = 2.33] | |--leaf "72" | `--leaf "87" `--[dendrogram w/ 2 branches and 18 members at h = 106] |--[dendrogram w/ 2 branches and 8 members at h = 28.5] | |--[dendrogram w/ 2 branches and 3 members at h = 7.55] | | |--leaf "55" | | `--[dendrogram w/ 2 branches and 2 members at h = 5.04] | | |--leaf "32" | | `--leaf "67" | `--[dendrogram w/ 2 branches and 5 members at h = 10.1] | |--[dendrogram w/ 2 branches and 2 members at h = 2.11] | | |--leaf "31" | | `--leaf "92" | `--[dendrogram w/ 2 branches and 3 members at h = 3.37] | |--leaf "43" | `--[dendrogram w/ 2 branches and 2 members at h = 1.60] | |--leaf "44" | `--leaf "56" `--[dendrogram w/ 2 branches and 10 members at h = 38] |--[dendrogram w/ 2 branches and 3 members at h = 11.8] | |--leaf "7" | `--[dendrogram w/ 2 branches and 2 members at h = 3.96] | |--leaf "19" | `--leaf "20" `--[dendrogram w/ 2 branches and 7 members at h = 23.3] |--[dendrogram w/ 2 branches and 3 members at h = 10.1] | |--leaf "13" | `--[dendrogram w/ 2 branches and 2 members at h = 6.06] | |--leaf "8" | `--leaf "29" `--[dendrogram w/ 2 branches and 4 members at h = 11.5] |--[dendrogram w/ 2 branches and 2 members at h = 2.58] | |--leaf "38" | `--leaf "41" `--[dendrogram w/ 2 branches and 2 members at h = 7.88] |--leaf "37" `--leaf "50" > mysub <- paste('Method: ',par1) > postscript(file="/var/www/html/rcomp/tmp/18kn51226497433.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/2lmdx1226497433.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) + } > > #Note: the /var/www/html/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > 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/30obo1226497433.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/424o51226497433.tab") + } > > system("convert tmp/18kn51226497433.ps tmp/18kn51226497433.png") > system("convert tmp/2lmdx1226497433.ps tmp/2lmdx1226497433.png") convert: unable to open image `tmp/2lmdx1226497433.ps': No such file or directory. convert: missing an image filename `tmp/2lmdx1226497433.png'. > > > proc.time() user system elapsed 0.893 0.211 1.028