R version 2.8.0 (2008-10-20) 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(1.1372 + ,9924 + ,789.6 + ,1.1139 + ,10371 + ,773.3 + ,1.1222 + ,10846 + ,804.3 + ,1.1692 + ,10413 + ,817.8 + ,1.1702 + ,10709 + ,836.7 + ,1.2286 + ,10662 + ,721.8 + ,1.2613 + ,10570 + ,760.8 + ,1.2646 + ,10297 + ,841.4 + ,1.2262 + ,10635 + ,1045.6 + ,1.1985 + ,10872 + ,949.2 + ,1.2007 + ,10296 + ,850.1 + ,1.2138 + ,10383 + ,957.4 + ,1.2266 + ,10431 + ,851.8 + ,1.2176 + ,10574 + ,913.9 + ,1.2218 + ,10653 + ,888 + ,1.249 + ,10805 + ,973.8 + ,1.2991 + ,10872 + ,927.6 + ,1.3408 + ,10625 + ,833 + ,1.3119 + ,10407 + ,879.5 + ,1.3014 + ,10463 + ,797.3 + ,1.3201 + ,10556 + ,834.5 + ,1.2938 + ,10646 + ,735.1 + ,1.2694 + ,10702 + ,835 + ,1.2165 + ,11353 + ,892.8 + ,1.2037 + ,11346 + ,697.2 + ,1.2292 + ,11451 + ,821.1 + ,1.2256 + ,11964 + ,732.7 + ,1.2015 + ,12574 + ,797.6 + ,1.1786 + ,13031 + ,866.3 + ,1.1856 + ,13812 + ,826.3 + ,1.2103 + ,14544 + ,778.6 + ,1.1938 + ,14931 + ,779.2 + ,1.202 + ,14886 + ,951 + ,1.2271 + ,16005 + ,692.3 + ,1.277 + ,17064 + ,841.4 + ,1.265 + ,15168 + ,857.3 + ,1.2684 + ,16050 + ,760.7 + ,1.2811 + ,15839 + ,841.2 + ,1.2727 + ,15137 + ,810.3 + ,1.2611 + ,14954 + ,1007.4 + ,1.2881 + ,15648 + ,931.3 + ,1.3213 + ,15305 + ,931.2 + ,1.2999 + ,15579 + ,855.8 + ,1.3074 + ,16348 + ,858.4 + ,1.3242 + ,15928 + ,925.9 + ,1.3516 + ,16171 + ,930.7 + ,1.3511 + ,15937 + ,1035.6 + ,1.3419 + ,15713 + ,979.2 + ,1.3716 + ,15594 + ,942.6 + ,1.3622 + ,15683 + ,843.9 + ,1.3896 + ,16438 + ,854.3 + ,1.4227 + ,17032 + ,1029.8 + ,1.4684 + ,17696 + ,944 + ,1.457 + ,17745 + ,856.4 + ,1.4718 + ,19394 + ,1059.4 + ,1.4748 + ,20148 + ,959.3 + ,1.5527 + ,20108 + ,941.5 + ,1.575 + ,18584 + ,1026.4 + ,1.5557 + ,18441 + ,921.3 + ,1.5553 + ,18391 + ,968 + ,1.577 + ,19178 + ,1129) + ,dim=c(3 + ,61) + ,dimnames=list(c('Wisselkoers_dollar' + ,'Goudkoers' + ,'Invoer') + ,1:61)) > y <- array(NA,dim=c(3,61),dimnames=list(c('Wisselkoers_dollar','Goudkoers','Invoer'),1:61)) > 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 = 'waarden' > xlab = 'variabelen' > 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 61 members at h = 134629] |--[dendrogram w/ 2 branches and 30 members at h = 11217] | |--[dendrogram w/ 2 branches and 23 members at h = 2308] | | |--[dendrogram w/ 2 branches and 9 members at h = 743] | | | |--leaf "1" | | | `--[dendrogram w/ 2 branches and 8 members at h = 270] | | | |--[dendrogram w/ 2 branches and 5 members at h = 112] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 36.7] | | | | | |--leaf "13" | | | | | `--leaf "19" | | | | `--[dendrogram w/ 2 branches and 3 members at h = 86.2] | | | | |--leaf "2" | | | | `--[dendrogram w/ 2 branches and 2 members at h = 54] | | | | |--leaf "4" | | | | `--leaf "20" | | | `--[dendrogram w/ 2 branches and 3 members at h = 185] | | | |--leaf "12" | | | `--[dendrogram w/ 2 branches and 2 members at h = 8.76] | | | |--leaf "8" | | | `--leaf "11" | | `--[dendrogram w/ 2 branches and 14 members at h = 756] | | |--[dendrogram w/ 2 branches and 3 members at h = 94.6] | | | |--leaf "16" | | | `--[dendrogram w/ 2 branches and 2 members at h = 21.6] | | | |--leaf "10" | | | `--leaf "17" | | `--[dendrogram w/ 2 branches and 11 members at h = 402] | | |--[dendrogram w/ 2 branches and 5 members at h = 265] | | | |--[dendrogram w/ 2 branches and 2 members at h = 20.8] | | | | |--leaf "6" | | | | `--leaf "22" | | | `--[dendrogram w/ 2 branches and 3 members at h = 190] | | | |--leaf "3" | | | `--[dendrogram w/ 2 branches and 2 members at h = 7.2] | | | |--leaf "5" | | | `--leaf "23" | | `--[dendrogram w/ 2 branches and 6 members at h = 280] | | |--leaf "9" | | `--[dendrogram w/ 2 branches and 5 members at h = 154] | | |--[dendrogram w/ 2 branches and 2 members at h = 75] | | | |--leaf "7" | | | `--leaf "21" | | `--[dendrogram w/ 2 branches and 3 members at h = 98.6] | | |--leaf "14" | | `--[dendrogram w/ 2 branches and 2 members at h = 61.7] | | |--leaf "15" | | `--leaf "18" | `--[dendrogram w/ 2 branches and 7 members at h = 4104] | |--[dendrogram w/ 2 branches and 4 members at h = 806] | | |--leaf "27" | | `--[dendrogram w/ 2 branches and 3 members at h = 198] | | |--leaf "25" | | `--[dendrogram w/ 2 branches and 2 members at h = 121] | | |--leaf "24" | | `--leaf "26" | `--[dendrogram w/ 2 branches and 3 members at h = 1193] | |--leaf "30" | `--[dendrogram w/ 2 branches and 2 members at h = 462] | |--leaf "28" | `--leaf "29" `--[dendrogram w/ 2 branches and 31 members at h = 28917] |--[dendrogram w/ 2 branches and 20 members at h = 5718] | |--[dendrogram w/ 2 branches and 7 members at h = 827] | | |--[dendrogram w/ 2 branches and 3 members at h = 223] | | | |--leaf "42" | | | `--[dendrogram w/ 2 branches and 2 members at h = 56.3] | | | |--leaf "36" | | | `--leaf "39" | | `--[dendrogram w/ 2 branches and 4 members at h = 537] | | |--leaf "31" | | `--[dendrogram w/ 2 branches and 3 members at h = 242] | | |--leaf "32" | | `--[dendrogram w/ 2 branches and 2 members at h = 88.3] | | |--leaf "33" | | `--leaf "40" | `--[dendrogram w/ 2 branches and 13 members at h = 1774] | |--[dendrogram w/ 2 branches and 5 members at h = 163] | | |--[dendrogram w/ 2 branches and 2 members at h = 105] | | | |--leaf "43" | | | `--leaf "50" | | `--[dendrogram w/ 2 branches and 3 members at h = 118] | | |--leaf "48" | | `--[dendrogram w/ 2 branches and 2 members at h = 55.2] | | |--leaf "41" | | `--leaf "49" | `--[dendrogram w/ 2 branches and 8 members at h = 937] | |--[dendrogram w/ 2 branches and 3 members at h = 283] | | |--leaf "46" | | `--[dendrogram w/ 2 branches and 2 members at h = 90.1] | | |--leaf "44" | | `--leaf "51" | `--[dendrogram w/ 2 branches and 5 members at h = 450] | |--[dendrogram w/ 2 branches and 2 members at h = 81.9] | | |--leaf "34" | | `--leaf "37" | `--[dendrogram w/ 2 branches and 3 members at h = 190] | |--leaf "38" | `--[dendrogram w/ 2 branches and 2 members at h = 110] | |--leaf "45" | `--leaf "47" `--[dendrogram w/ 2 branches and 11 members at h = 6587] |--[dendrogram w/ 2 branches and 4 members at h = 1574] | |--[dendrogram w/ 2 branches and 2 members at h = 43.8] | | |--leaf "56" | | `--leaf "57" | `--[dendrogram w/ 2 branches and 2 members at h = 227] | |--leaf "55" | `--leaf "61" `--[dendrogram w/ 2 branches and 7 members at h = 2930] |--[dendrogram w/ 2 branches and 3 members at h = 230] | |--leaf "58" | `--[dendrogram w/ 2 branches and 2 members at h = 68.4] | |--leaf "59" | `--leaf "60" `--[dendrogram w/ 2 branches and 4 members at h = 1217] |--[dendrogram w/ 2 branches and 2 members at h = 100] | |--leaf "53" | `--leaf "54" `--[dendrogram w/ 2 branches and 2 members at h = 191] |--leaf "35" `--leaf "52" > mysub <- paste('Method: ',par1) > postscript(file="/var/www/html/freestat/rcomp/tmp/1e7a11226625075.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/freestat/rcomp/tmp/2wgkb1226625075.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/freestat/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/html/freestat/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/freestat/rcomp/tmp/31svp1226625075.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/freestat/rcomp/tmp/4fhfg1226625075.tab") + } > > system("convert tmp/1e7a11226625075.ps tmp/1e7a11226625075.png") > system("convert tmp/2wgkb1226625075.ps tmp/2wgkb1226625075.png") convert: unable to open image `tmp/2wgkb1226625075.ps': No such file or directory. convert: missing an image filename `tmp/2wgkb1226625075.png'. > > > proc.time() user system elapsed 0.801 0.263 0.869