R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) 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. > par9 = 'cases' > par8 = 'ATTLES connected' > par7 = 'all' > par6 = 'all' > par5 = 'male' > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES connected' > par7 <- 'all' > par6 <- 'all' > par5 <- 'male' > par4 <- 'FALSE' > par3 <- 'FALSE' > par2 <- 'ALL' > par1 <- 'ward' > #'GNU S' R Code compiled by R2WASP v. 1.2.291 () > #Author: root > #To cite this work: Wessa, P., (2012), Hierarchical Clustering (v1.0.4) 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 > # > x <- as.data.frame(read.table(file='http://www.wessa.net/download/utaut.csv',sep=',',header=T)) > x$U25 <- 6-x$U25 > if(par5 == 'female') x <- x[x$Gender==0,] > if(par5 == 'male') x <- x[x$Gender==1,] > if(par6 == 'prep') x <- x[x$Pop==1,] > if(par6 == 'bachelor') x <- x[x$Pop==0,] > if(par7 != 'all') { + x <- x[x$Year==as.numeric(par7),] + } > cAc <- with(x,cbind( A1, A2, A3, A4, A5, A6, A7, A8, A9,A10)) > cAs <- with(x,cbind(A11,A12,A13,A14,A15,A16,A17,A18,A19,A20)) > cA <- cbind(cAc,cAs) > cCa <- with(x,cbind(C1,C3,C5,C7, C9,C11,C13,C15,C17,C19,C21,C23,C25,C27,C29,C31,C33,C35,C37,C39,C41,C43,C45,C47)) > cCp <- with(x,cbind(C2,C4,C6,C8,C10,C12,C14,C16,C18,C20,C22,C24,C26,C28,C30,C32,C34,C36,C38,C40,C42,C44,C46,C48)) > cC <- cbind(cCa,cCp) > cU <- with(x,cbind(U1,U2,U3,U4,U5,U6,U7,U8,U9,U10,U11,U12,U13,U14,U15,U16,U17,U18,U19,U20,U21,U22,U23,U24,U25,U26,U27,U28,U29,U30,U31,U32,U33)) > cE <- with(x,cbind(BC,NNZFG,MRT,AFL,LPM,LPC,W,WPA)) > cX <- with(x,cbind(X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13,X14,X15,X16,X17,X18)) > if (par8=='ATTLES connected') x <- cAc > if (par8=='ATTLES separate') x <- cAs > if (par8=='ATTLES all') x <- cA > if (par8=='COLLES actuals') x <- cCa > if (par8=='COLLES preferred') x <- cCp > if (par8=='COLLES all') x <- cC > if (par8=='CSUQ') x <- cU > if (par8=='Learning Activities') x <- cE > if (par8=='Exam Items') x <- cX > ncol <- length(x[1,]) > for (jjj in 1:ncol) { + x <- x[!is.na(x[,jjj]),] + } > par3 <- as.logical(par3) > par4 <- as.logical(par4) > if (par3 == TRUE){ + dum = xlab + xlab = ylab + ylab = dum + } > if (par9=='variables') { + x <- t(x) + } else { + ncol <- length(x[1,]) + colnames(x) <- 1:ncol + } > hc <- hclust(dist(x),method=par1) > d <- as.dendrogram(hc) > str(d) --[dendrogram w/ 2 branches and 550 members at h = 120] |--[dendrogram w/ 2 branches and 110 members at h = 42.1] | |--[dendrogram w/ 2 branches and 34 members at h = 12.3] | | |--[dendrogram w/ 2 branches and 8 members at h = 5.5] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 104 | | | | `--leaf 116 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 112 | | | | `--leaf 544 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.95] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 214 | | | | `--leaf 438 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 407 | | | `--leaf 460 | | `--[dendrogram w/ 2 branches and 26 members at h = 10.4] | | |--[dendrogram w/ 2 branches and 6 members at h = 5.67] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.35] | | | | |--leaf 256 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 246 | | | | `--leaf 541 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4] | | | |--leaf 359 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 304 | | | `--leaf 519 | | `--[dendrogram w/ 2 branches and 20 members at h = 8.02] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.98] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.67] | | | | |--leaf 126 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 326 | | | | `--leaf 398 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.53] | | | |--leaf 502 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 211 | | | `--leaf 308 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.03] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.6] | | | |--leaf 428 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.54] | | | |--leaf 159 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 152 | | | `--leaf 437 | | `--[dendrogram w/ 2 branches and 10 members at h = 6.11] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.38] | | | |--leaf 480 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.02] | | | |--leaf 373 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 433 | | | `--leaf 527 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.3] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 362 | | | `--leaf 446 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.99] | | |--leaf 337 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | |--leaf 389 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 323 | | `--leaf 435 | `--[dendrogram w/ 2 branches and 76 members at h = 19.6] | |--[dendrogram w/ 2 branches and 49 members at h = 15.8] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.51] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.82] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 189 | | | | | `--leaf 333 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | |--leaf 127 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 38 | | | | `--leaf 300 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.9] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.05] | | | | |--leaf 97 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 73 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 50 | | | | `--leaf 56 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.58] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.54] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 42 | | | | | `--leaf 130 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 206 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 61 | | | | `--leaf 236 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 176 | | | `--leaf 194 | | `--[dendrogram w/ 2 branches and 33 members at h = 12.6] | | |--[dendrogram w/ 2 branches and 12 members at h = 7.36] | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.17] | | | | |--leaf 543 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.68] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | | | |--leaf 90 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 92 | | | | | `--leaf 539 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.06] | | | | |--leaf 77 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 235 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 19 | | | | `--leaf 103 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.38] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 41 | | | | `--leaf 411 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 464 | | | `--leaf 522 | | `--[dendrogram w/ 2 branches and 21 members at h = 10.5] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.74] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.31] | | | | |--leaf 68 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 52 | | | | `--leaf 150 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.39] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 83 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 18 | | | | `--leaf 43 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.46] | | | |--leaf 255 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 87 | | | `--leaf 91 | | `--[dendrogram w/ 2 branches and 12 members at h = 5.94] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | |--leaf 224 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 48 | | | `--leaf 267 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.42] | | |--leaf 167 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.7] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 36 | | | | `--leaf 523 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 32 | | | `--leaf 54 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | |--leaf 16 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 348 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 15 | | `--leaf 135 | `--[dendrogram w/ 2 branches and 27 members at h = 18.7] | |--[dendrogram w/ 2 branches and 10 members at h = 8.16] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.22] | | | |--leaf 282 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 258 | | | `--leaf 287 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.93] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 62 | | | | `--leaf 239 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 180 | | | `--leaf 227 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.67] | | |--leaf 201 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 121 | | `--leaf 198 | `--[dendrogram w/ 2 branches and 17 members at h = 8.17] | |--[dendrogram w/ 2 branches and 11 members at h = 5.15] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.94] | | | |--leaf 525 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | |--leaf 298 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 105 | | | `--leaf 238 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.96] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 443 | | | `--leaf 517 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.88] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 17 | | | `--leaf 295 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 63 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 9 | | `--leaf 492 | `--[dendrogram w/ 2 branches and 6 members at h = 6.05] | |--[dendrogram w/ 2 branches and 4 members at h = 3.67] | | |--leaf 193 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 379 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 173 | | `--leaf 217 | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | |--leaf 111 | `--leaf 144 `--[dendrogram w/ 2 branches and 440 members at h = 79.6] |--[dendrogram w/ 2 branches and 98 members at h = 18.7] | |--[dendrogram w/ 2 branches and 45 members at h = 15] | | |--[dendrogram w/ 2 branches and 23 members at h = 7.98] | | | |--[dendrogram w/ 2 branches and 12 members at h = 4.03] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 27 | | | | | `--leaf 253 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 3.1] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | | |--leaf 156 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 157 | | | | | `--leaf 181 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.94] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.89] | | | | | |--leaf 363 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 403 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 7 | | | | | `--leaf 39 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2] | | | | |--leaf 137 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 64 | | | | `--leaf 65 | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.2] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.61] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 223 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 60 | | | | | `--leaf 147 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.76] | | | | |--leaf 274 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 28 | | | | `--leaf 260 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.75] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 149 | | | | `--leaf 545 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 139 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 122 | | | `--leaf 164 | | `--[dendrogram w/ 2 branches and 22 members at h = 10.7] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 145 | | | `--leaf 168 | | `--[dendrogram w/ 2 branches and 20 members at h = 8.16] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.7] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 88 | | | | `--leaf 110 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.67] | | | |--leaf 401 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 303 | | | `--leaf 380 | | `--[dendrogram w/ 2 branches and 15 members at h = 5.17] | | |--[dendrogram w/ 2 branches and 9 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 218 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 197 | | | | `--leaf 289 | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.1] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 86 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 11 | | | | `--leaf 45 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 174 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 95 | | | `--leaf 99 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.97] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.28] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 307 | | | | `--leaf 384 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 33 | | | `--leaf 101 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 286 | | `--leaf 457 | `--[dendrogram w/ 2 branches and 53 members at h = 16.2] | |--[dendrogram w/ 2 branches and 28 members at h = 7.31] | | |--[dendrogram w/ 2 branches and 7 members at h = 3.07] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 160 | | | | `--leaf 210 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.86] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 57 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 278 | | | | `--leaf 297 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 23 | | | `--leaf 228 | | `--[dendrogram w/ 2 branches and 21 members at h = 7.09] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.2] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 165 | | | | `--leaf 190 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | |--leaf 261 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 179 | | | `--leaf 248 | | `--[dendrogram w/ 2 branches and 16 members at h = 4.93] | | |--[dendrogram w/ 2 branches and 7 members at h = 3.34] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 233 | | | | `--leaf 290 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.8] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 47 | | | | `--leaf 257 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 109 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 46 | | | `--leaf 291 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.57] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 20 | | | `--leaf 114 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.2] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 204 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 49 | | | `--leaf 140 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.63] | | |--leaf 259 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 299 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 35 | | `--leaf 279 | `--[dendrogram w/ 2 branches and 25 members at h = 10.7] | |--[dendrogram w/ 2 branches and 9 members at h = 4.46] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 219 | | | | `--leaf 272 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 285 | | | `--leaf 497 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.45] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 329 | | | `--leaf 400 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 74 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 143 | | `--leaf 341 | `--[dendrogram w/ 2 branches and 16 members at h = 6.92] | |--[dendrogram w/ 2 branches and 5 members at h = 3.09] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 254 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 3 | | | `--leaf 5 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 230 | | `--leaf 306 | `--[dendrogram w/ 2 branches and 11 members at h = 4.47] | |--[dendrogram w/ 2 branches and 5 members at h = 2.53] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 215 | | | `--leaf 237 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 280 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 120 | | `--leaf 171 | `--[dendrogram w/ 2 branches and 6 members at h = 4.11] | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 170 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 40 | | `--leaf 207 | `--[dendrogram w/ 2 branches and 3 members at h = 3.06] | |--leaf 229 | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | |--leaf 187 | `--leaf 250 `--[dendrogram w/ 2 branches and 342 members at h = 78.5] |--[dendrogram w/ 2 branches and 152 members at h = 31.5] | |--[dendrogram w/ 2 branches and 58 members at h = 16.6] | | |--[dendrogram w/ 2 branches and 30 members at h = 10.1] | | | |--[dendrogram w/ 2 branches and 17 members at h = 7.02] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.36] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 276 | | | | | | | `--leaf 474 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 361 | | | | | | `--leaf 431 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | | |--leaf 241 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 192 | | | | | `--leaf 205 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.89] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.49] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 266 | | | | | | `--leaf 416 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | | |--leaf 542 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 131 | | | | | `--leaf 440 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.04] | | | | |--leaf 467 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.64] | | | | |--leaf 351 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 500 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 94 | | | | `--leaf 200 | | | `--[dendrogram w/ 2 branches and 13 members at h = 7.08] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.5] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 85 | | | | | `--leaf 371 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.14] | | | | |--leaf 169 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 79 | | | | `--leaf 413 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.65] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.38] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 30 | | | | | `--leaf 231 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 512 | | | | `--leaf 524 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.67] | | | |--leaf 478 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | |--leaf 271 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 146 | | | `--leaf 368 | | `--[dendrogram w/ 2 branches and 28 members at h = 13.3] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.51] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 53 | | | | `--leaf 546 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.04] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.4] | | | | |--leaf 244 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 452 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 334 | | | | `--leaf 405 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | | |--leaf 444 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 489 | | | `--leaf 509 | | `--[dendrogram w/ 2 branches and 19 members at h = 6.67] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.65] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.68] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 142 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 8 | | | | | `--leaf 365 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 314 | | | | `--leaf 409 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.55] | | | |--leaf 106 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 58 | | | | `--leaf 80 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 313 | | | `--leaf 424 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.05] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.59] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 172 | | | | `--leaf 520 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 22 | | | `--leaf 221 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.51] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | |--leaf 491 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 29 | | | `--leaf 454 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 26 | | `--leaf 453 | `--[dendrogram w/ 2 branches and 94 members at h = 28.7] | |--[dendrogram w/ 2 branches and 40 members at h = 10.7] | | |--[dendrogram w/ 2 branches and 20 members at h = 6.03] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.97] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 288 | | | | | `--leaf 427 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 336 | | | | `--leaf 419 | | | `--[dendrogram w/ 2 branches and 16 members at h = 4.32] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.61] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 499 | | | | | `--leaf 507 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 66 | | | | `--leaf 404 | | | `--[dendrogram w/ 2 branches and 12 members at h = 3.69] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--leaf 483 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 436 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 346 | | | | `--leaf 385 | | | `--[dendrogram w/ 2 branches and 8 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 472 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 184 | | | | `--leaf 262 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.12] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 477 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 31 | | | | `--leaf 375 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 370 | | | `--leaf 528 | | `--[dendrogram w/ 2 branches and 20 members at h = 7.76] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 275 | | | | `--leaf 533 | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.85] | | | |--leaf 212 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 242 | | | | `--leaf 265 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 196 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 37 | | | `--leaf 175 | | `--[dendrogram w/ 2 branches and 12 members at h = 6.46] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.33] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 283 | | | | `--leaf 439 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 550 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 481 | | | `--leaf 505 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.46] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 186 | | | `--leaf 484 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.78] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 414 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 177 | | | `--leaf 321 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 220 | | `--leaf 243 | `--[dendrogram w/ 2 branches and 54 members at h = 11.5] | |--[dendrogram w/ 2 branches and 14 members at h = 4.33] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.44] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 70 | | | | `--leaf 548 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.14] | | | |--leaf 463 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 451 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 188 | | | `--leaf 316 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.43] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 209 | | | `--leaf 402 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.19] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 364 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 442 | | | `--leaf 462 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | |--leaf 383 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 269 | | `--leaf 422 | `--[dendrogram w/ 2 branches and 40 members at h = 11.1] | |--[dendrogram w/ 2 branches and 13 members at h = 6.42] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.59] | | | |--leaf 245 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.04] | | | |--leaf 124 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 315 | | | `--leaf 475 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.02] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 75 | | | | `--leaf 178 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 263 | | | `--leaf 415 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.84] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 82 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 51 | | | `--leaf 458 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 129 | | `--leaf 240 | `--[dendrogram w/ 2 branches and 27 members at h = 7.74] | |--[dendrogram w/ 2 branches and 12 members at h = 4.58] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.35] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 344 | | | | `--leaf 354 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 13 | | | | `--leaf 128 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 166 | | | `--leaf 292 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.11] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 420 | | | `--leaf 511 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.42] | | |--leaf 183 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | |--leaf 408 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 163 | | `--leaf 521 | `--[dendrogram w/ 2 branches and 15 members at h = 5.37] | |--[dendrogram w/ 2 branches and 6 members at h = 2.53] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | |--leaf 471 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 208 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 153 | | | `--leaf 470 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 14 | | `--leaf 191 | `--[dendrogram w/ 2 branches and 9 members at h = 4.19] | |--[dendrogram w/ 2 branches and 3 members at h = 2] | | |--leaf 347 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 213 | | `--leaf 335 | `--[dendrogram w/ 2 branches and 6 members at h = 2.64] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 426 | | `--leaf 449 | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 226 | | `--leaf 249 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 154 | `--leaf 296 `--[dendrogram w/ 2 branches and 190 members at h = 39.4] |--[dendrogram w/ 2 branches and 49 members at h = 16.5] | |--[dendrogram w/ 2 branches and 17 members at h = 7.05] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 309 | | | `--leaf 386 | | `--[dendrogram w/ 2 branches and 15 members at h = 6.24] | | |--[dendrogram w/ 2 branches and 9 members at h = 3.72] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 530 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 503 | | | | `--leaf 504 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 417 | | | | `--leaf 535 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3] | | | |--leaf 396 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | |--leaf 136 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 343 | | | `--leaf 369 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.04] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | |--leaf 513 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 349 | | | `--leaf 537 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | |--leaf 418 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 355 | | `--leaf 501 | `--[dendrogram w/ 2 branches and 32 members at h = 11.2] | |--[dendrogram w/ 2 branches and 12 members at h = 5.43] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.68] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 534 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 425 | | | | `--leaf 516 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 378 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 302 | | | `--leaf 455 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.2] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 338 | | | `--leaf 410 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.58] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 294 | | | `--leaf 421 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 195 | | `--leaf 487 | `--[dendrogram w/ 2 branches and 20 members at h = 7.81] | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | |--leaf 234 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 345 | | `--leaf 412 | `--[dendrogram w/ 2 branches and 17 members at h = 6.21] | |--[dendrogram w/ 2 branches and 10 members at h = 4.49] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.14] | | | |--leaf 393 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | |--leaf 494 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 119 | | | `--leaf 465 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.8] | | |--leaf 108 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.04] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 118 | | | `--leaf 141 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | |--leaf 357 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 4 | | `--leaf 490 | `--[dendrogram w/ 2 branches and 7 members at h = 4.86] | |--leaf 376 | `--[dendrogram w/ 2 branches and 6 members at h = 4.01] | |--leaf 225 | `--[dendrogram w/ 2 branches and 5 members at h = 3.63] | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | |--leaf 447 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 59 | | `--leaf 432 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 115 | `--leaf 434 `--[dendrogram w/ 2 branches and 141 members at h = 31.5] |--[dendrogram w/ 2 branches and 41 members at h = 16.3] | |--[dendrogram w/ 2 branches and 21 members at h = 7.91] | | |--[dendrogram w/ 2 branches and 13 members at h = 4.87] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.41] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 162 | | | | | `--leaf 277 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 264 | | | | `--leaf 476 | | | `--[dendrogram w/ 2 branches and 9 members at h = 3.37] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.35] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 311 | | | | | `--leaf 468 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 216 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 353 | | | | `--leaf 526 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.64] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 459 | | | | `--leaf 485 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 6 | | | `--leaf 391 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.12] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.47] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | | |--leaf 113 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 320 | | | | `--leaf 549 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 251 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 93 | | | `--leaf 117 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 247 | | `--leaf 301 | `--[dendrogram w/ 2 branches and 20 members at h = 8.53] | |--[dendrogram w/ 2 branches and 9 members at h = 5.72] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.04] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 182 | | | | `--leaf 540 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 324 | | | `--leaf 488 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.15] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 125 | | | `--leaf 202 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | |--leaf 98 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 76 | | `--leaf 456 | `--[dendrogram w/ 2 branches and 11 members at h = 7.25] | |--[dendrogram w/ 2 branches and 4 members at h = 2.8] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 232 | | | `--leaf 430 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 89 | | `--leaf 222 | `--[dendrogram w/ 2 branches and 7 members at h = 4.41] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 72 | | `--leaf 133 | `--[dendrogram w/ 2 branches and 5 members at h = 3.8] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 317 | | `--leaf 392 | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | |--leaf 515 | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | |--leaf 441 | `--leaf 482 `--[dendrogram w/ 2 branches and 100 members at h = 27.5] |--[dendrogram w/ 2 branches and 25 members at h = 12.7] | |--[dendrogram w/ 2 branches and 8 members at h = 4.81] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.43] | | | |--leaf 372 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 479 | | | `--leaf 532 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.62] | | |--leaf 24 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.66] | | |--leaf 473 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 155 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 331 | | `--leaf 342 | `--[dendrogram w/ 2 branches and 17 members at h = 7.33] | |--[dendrogram w/ 2 branches and 6 members at h = 3.55] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 67 | | | `--leaf 69 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.67] | | |--leaf 496 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | |--leaf 510 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 10 | | `--leaf 132 | `--[dendrogram w/ 2 branches and 11 members at h = 4.61] | |--[dendrogram w/ 2 branches and 4 members at h = 2.73] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 44 | | | `--leaf 319 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 96 | | `--leaf 161 | `--[dendrogram w/ 2 branches and 7 members at h = 4.24] | |--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | |--leaf 367 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 388 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 138 | | `--leaf 423 | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | |--leaf 312 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 21 | `--leaf 107 `--[dendrogram w/ 2 branches and 75 members at h = 23.9] |--[dendrogram w/ 2 branches and 37 members at h = 12.7] | |--[dendrogram w/ 2 branches and 9 members at h = 6.37] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.06] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 327 | | | | `--leaf 399 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 273 | | | `--leaf 332 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.24] | | |--leaf 84 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.53] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 322 | | | `--leaf 395 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 445 | | `--leaf 450 | `--[dendrogram w/ 2 branches and 28 members at h = 11.6] | |--[dendrogram w/ 2 branches and 13 members at h = 4.8] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.47] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 328 | | | | `--leaf 366 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.13] | | | |--leaf 358 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 536 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 203 | | | `--leaf 377 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.58] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 310 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 461 | | | `--leaf 495 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.67] | | |--leaf 134 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 529 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 387 | | `--leaf 429 | `--[dendrogram w/ 2 branches and 15 members at h = 6.81] | |--[dendrogram w/ 2 branches and 7 members at h = 3.57] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 518 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 270 | | | `--leaf 406 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.98] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 158 | | | `--leaf 508 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 448 | | `--leaf 547 | `--[dendrogram w/ 2 branches and 8 members at h = 4.7] | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 284 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 25 | | `--leaf 123 | `--[dendrogram w/ 2 branches and 5 members at h = 3.39] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 78 | | `--leaf 325 | `--[dendrogram w/ 2 branches and 3 members at h = 3.06] | |--leaf 268 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 199 | `--leaf 486 `--[dendrogram w/ 2 branches and 38 members at h = 17.9] |--[dendrogram w/ 2 branches and 14 members at h = 6.55] | |--[dendrogram w/ 2 branches and 4 members at h = 3.89] | | |--leaf 102 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.86] | | |--leaf 252 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 382 | | `--leaf 514 | `--[dendrogram w/ 2 branches and 10 members at h = 5.13] | |--[dendrogram w/ 2 branches and 5 members at h = 3.67] | | |--leaf 151 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.56] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 397 | | | `--leaf 506 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 2 | | `--leaf 71 | `--[dendrogram w/ 2 branches and 5 members at h = 4.27] | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 100 | | `--leaf 293 | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | |--leaf 531 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 81 | `--leaf 340 `--[dendrogram w/ 2 branches and 24 members at h = 9.85] |--[dendrogram w/ 2 branches and 6 members at h = 4.47] | |--leaf 493 | `--[dendrogram w/ 2 branches and 5 members at h = 2.9] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 1 | | `--leaf 466 | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | |--leaf 55 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 148 | `--leaf 381 `--[dendrogram w/ 2 branches and 18 members at h = 6.28] |--[dendrogram w/ 2 branches and 8 members at h = 3.63] | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 374 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 339 | | `--leaf 360 | `--[dendrogram w/ 2 branches and 5 members at h = 2.63] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 281 | | `--leaf 498 | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | |--leaf 469 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 34 | `--leaf 318 `--[dendrogram w/ 2 branches and 10 members at h = 4.2] |--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf 356 | `--leaf 394 `--[dendrogram w/ 2 branches and 8 members at h = 3.24] |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 352 | `--leaf 538 `--[dendrogram w/ 2 branches and 6 members at h = 3.02] |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 185 | `--leaf 330 `--[dendrogram w/ 2 branches and 4 members at h = 1.78] |--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 12 | `--leaf 350 `--[dendrogram w/ 2 branches and 2 members at h = 1] |--leaf 305 `--leaf 390 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/1pfjr1337199981.ps",horizontal=F,onefile=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/wessaorg/rcomp/tmp/27g741337199981.ps",horizontal=F,onefile=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/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/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/wessaorg/rcomp/tmp/3g71z1337199981.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/wessaorg/rcomp/tmp/4dyi41337199981.tab") + } > > try(system("convert tmp/1pfjr1337199981.ps tmp/1pfjr1337199981.png",intern=TRUE)) character(0) > try(system("convert tmp/27g741337199981.ps tmp/27g741337199981.png",intern=TRUE)) convert: unable to open image `tmp/27g741337199981.ps': No such file or directory @ blob.c/OpenBlob/2480. convert: missing an image filename `tmp/27g741337199981.png' @ convert.c/ConvertImageCommand/2838. character(0) Warning message: running command 'convert tmp/27g741337199981.ps tmp/27g741337199981.png' had status 1 > > > proc.time() user system elapsed 4.342 0.237 4.574