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 = 'prep' > par5 = 'all' > par4 = 'FALSE' > par3 = 'TRUE' > par2 = '10' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES connected' > par7 <- 'all' > par6 <- 'prep' > par5 <- 'all' > par4 <- 'FALSE' > par3 <- 'TRUE' > par2 <- '10' > 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 553 members at h = 126] |--[dendrogram w/ 2 branches and 266 members at h = 50.8] | |--[dendrogram w/ 2 branches and 70 members at h = 24.8] | | |--[dendrogram w/ 2 branches and 20 members at h = 9.44] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.01] | | | | |--leaf 305 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.33] | | | | |--leaf 144 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 39 | | | | `--leaf 176 | | | `--[dendrogram w/ 2 branches and 16 members at h = 8.05] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.1] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | |--leaf 50 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 2 | | | | | `--leaf 214 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 270 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 128 | | | | `--leaf 165 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.98] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.06] | | | | |--leaf 104 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 350 | | | | `--leaf 458 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.28] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 229 | | | | `--leaf 444 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.04] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | |--leaf 243 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 213 | | | | `--leaf 459 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 145 | | | `--leaf 498 | | `--[dendrogram w/ 2 branches and 50 members at h = 19.4] | | |--[dendrogram w/ 2 branches and 22 members at h = 6.5] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.49] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 269 | | | | | `--leaf 416 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.19] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 138 | | | | | `--leaf 279 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | |--leaf 227 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 207 | | | | `--leaf 501 | | | `--[dendrogram w/ 2 branches and 15 members at h = 4.83] | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.87] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | | |--leaf 486 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 234 | | | | | `--leaf 246 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.62] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 502 | | | | | `--leaf 508 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 546 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 20 | | | | `--leaf 282 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.16] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 118 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 59 | | | | `--leaf 155 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.9] | | | |--leaf 380 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.6] | | | |--leaf 287 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 178 | | | `--leaf 302 | | `--[dendrogram w/ 2 branches and 28 members at h = 9.3] | | |--[dendrogram w/ 2 branches and 11 members at h = 6.34] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 164 | | | | `--leaf 505 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.61] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 400 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 204 | | | | `--leaf 222 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.02] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 325 | | | | `--leaf 497 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 314 | | | | `--leaf 383 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 324 | | | `--leaf 406 | | `--[dendrogram w/ 2 branches and 17 members at h = 7.42] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.42] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 168 | | | | `--leaf 262 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | |--leaf 63 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 66 | | | `--leaf 530 | | `--[dendrogram w/ 2 branches and 12 members at h = 4.79] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.89] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | |--leaf 404 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 231 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 18 | | | | `--leaf 84 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 132 | | | `--leaf 362 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.03] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 111 | | | `--leaf 139 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.52] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 57 | | | `--leaf 228 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 33 | | `--leaf 397 | `--[dendrogram w/ 2 branches and 196 members at h = 41.8] | |--[dendrogram w/ 2 branches and 69 members at h = 23.3] | | |--[dendrogram w/ 2 branches and 42 members at h = 12.2] | | | |--[dendrogram w/ 2 branches and 11 members at h = 4.38] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 2.74] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 398 | | | | | | `--leaf 515 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.35] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 198 | | | | | | `--leaf 550 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 549 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 375 | | | | | `--leaf 465 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.27] | | | | |--leaf 506 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 367 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 345 | | | | `--leaf 426 | | | `--[dendrogram w/ 2 branches and 31 members at h = 10.7] | | | |--[dendrogram w/ 2 branches and 12 members at h = 4] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.95] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 75 | | | | | | `--leaf 330 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.64] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 435 | | | | | | `--leaf 490 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 373 | | | | | `--leaf 396 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.31] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 408 | | | | | `--leaf 542 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.52] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 351 | | | | | `--leaf 545 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 368 | | | | `--leaf 413 | | | `--[dendrogram w/ 2 branches and 19 members at h = 5.37] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.37] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 3 | | | | | `--leaf 483 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 364 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 355 | | | | `--leaf 494 | | | `--[dendrogram w/ 2 branches and 14 members at h = 4.18] | | | |--[dendrogram w/ 2 branches and 7 members at h = 2.44] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 220 | | | | | | `--leaf 427 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 442 | | | | | `--leaf 469 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 365 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 342 | | | | `--leaf 405 | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.91] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | |--leaf 384 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 310 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 29 | | | | `--leaf 378 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 543 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 382 | | | `--leaf 472 | | `--[dendrogram w/ 2 branches and 27 members at h = 13.5] | | |--[dendrogram w/ 2 branches and 12 members at h = 5.92] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.69] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 15 | | | | | `--leaf 107 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.82] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 441 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 180 | | | | | `--leaf 320 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 410 | | | | `--leaf 527 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.45] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 371 | | | | `--leaf 533 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.35] | | | |--leaf 129 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 87 | | | `--leaf 239 | | `--[dendrogram w/ 2 branches and 15 members at h = 7.58] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.1] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.61] | | | | |--leaf 445 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | | |--leaf 487 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 438 | | | | `--leaf 518 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | |--leaf 525 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 183 | | | `--leaf 337 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.58] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.71] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 341 | | | | `--leaf 346 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 251 | | | `--leaf 335 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.25] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 389 | | | `--leaf 456 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 150 | | `--leaf 263 | `--[dendrogram w/ 2 branches and 127 members at h = 29.7] | |--[dendrogram w/ 2 branches and 37 members at h = 11] | | |--[dendrogram w/ 2 branches and 11 members at h = 5.12] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.23] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 240 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 26 | | | | | `--leaf 167 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 414 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 247 | | | | `--leaf 274 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.66] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 241 | | | | `--leaf 276 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 191 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 166 | | | `--leaf 201 | | `--[dendrogram w/ 2 branches and 26 members at h = 8.75] | | |--[dendrogram w/ 2 branches and 15 members at h = 4.9] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.43] | | | | |--leaf 311 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 403 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 439 | | | | `--leaf 477 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.08] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.44] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 34 | | | | | `--leaf 296 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 47 | | | | `--leaf 286 | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.69] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 309 | | | | `--leaf 312 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 299 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 17 | | | | `--leaf 35 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 9 | | | `--leaf 12 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.41] | | |--[dendrogram w/ 2 branches and 3 members at h = 2] | | | |--leaf 277 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 148 | | | `--leaf 193 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.43] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 421 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 358 | | | `--leaf 388 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 347 | | | `--leaf 357 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | |--leaf 272 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 369 | | `--leaf 385 | `--[dendrogram w/ 2 branches and 90 members at h = 26.8] | |--[dendrogram w/ 2 branches and 27 members at h = 9.23] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.95] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 425 | | | | | `--leaf 553 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 517 | | | | `--leaf 551 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | |--leaf 436 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 381 | | | `--leaf 468 | | `--[dendrogram w/ 2 branches and 20 members at h = 5.1] | | |--[dendrogram w/ 2 branches and 9 members at h = 3.06] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.46] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 185 | | | | | `--leaf 303 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 415 | | | | `--leaf 496 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.65] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 261 | | | | `--leaf 304 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 210 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 79 | | | `--leaf 172 | | `--[dendrogram w/ 2 branches and 11 members at h = 4.68] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 511 | | | | `--leaf 528 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 499 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 175 | | | `--leaf 333 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.25] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 319 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 190 | | | `--leaf 521 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 478 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 334 | | `--leaf 429 | `--[dendrogram w/ 2 branches and 63 members at h = 12] | |--[dendrogram w/ 2 branches and 18 members at h = 6.81] | | |--[dendrogram w/ 2 branches and 9 members at h = 3.74] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | |--leaf 544 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 236 | | | | `--leaf 526 | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.72] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 514 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 453 | | | | `--leaf 474 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 349 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 321 | | | `--leaf 520 | | `--[dendrogram w/ 2 branches and 9 members at h = 3.93] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.37] | | | |--leaf 504 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 121 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 361 | | | `--leaf 390 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.36] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 188 | | | `--leaf 249 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | |--leaf 422 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 69 | | `--leaf 379 | `--[dendrogram w/ 2 branches and 45 members at h = 10.5] | |--[dendrogram w/ 2 branches and 17 members at h = 5.1] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.55] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 186 | | | | `--leaf 447 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | |--leaf 323 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 387 | | | `--leaf 409 | | `--[dendrogram w/ 2 branches and 12 members at h = 2.81] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.14] | | | |--leaf 485 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 488 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 216 | | | `--leaf 437 | | `--[dendrogram w/ 2 branches and 8 members at h = 2.62] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.68] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 289 | | | | `--leaf 399 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 460 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 454 | | | `--leaf 457 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 376 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 67 | | `--leaf 280 | `--[dendrogram w/ 2 branches and 28 members at h = 7.13] | |--[dendrogram w/ 2 branches and 11 members at h = 4.43] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.97] | | | |--leaf 151 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 479 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 327 | | | `--leaf 471 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.15] | | |--[dendrogram w/ 2 branches and 3 members at h = 0] | | | |--leaf 482 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 372 | | | `--leaf 424 | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 430 | | | `--leaf 537 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 512 | | `--leaf 535 | `--[dendrogram w/ 2 branches and 17 members at h = 7.01] | |--[dendrogram w/ 2 branches and 8 members at h = 3.24] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 82 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 126 | | | `--leaf 552 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.36] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 532 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 192 | | | `--leaf 540 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 356 | | `--leaf 366 | `--[dendrogram w/ 2 branches and 9 members at h = 3.82] | |--[dendrogram w/ 2 branches and 4 members at h = 2.46] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 391 | | | `--leaf 531 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 516 | | `--leaf 522 | `--[dendrogram w/ 2 branches and 5 members at h = 2.66] | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 495 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 233 | | `--leaf 492 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 37 | `--leaf 203 `--[dendrogram w/ 2 branches and 287 members at h = 80.6] |--[dendrogram w/ 2 branches and 105 members at h = 22.9] | |--[dendrogram w/ 2 branches and 18 members at h = 8.12] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.92] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 60 | | | | `--leaf 417 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 4 | | | | `--leaf 163 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 316 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 7 | | | `--leaf 238 | | `--[dendrogram w/ 2 branches and 11 members at h = 7.57] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.47] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 103 | | | | `--leaf 307 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.16] | | | |--leaf 548 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 173 | | | `--leaf 253 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.05] | | |--leaf 162 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.17] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | |--leaf 225 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 23 | | | `--leaf 161 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 245 | | `--leaf 541 | `--[dendrogram w/ 2 branches and 87 members at h = 18.2] | |--[dendrogram w/ 2 branches and 29 members at h = 11.1] | | |--[dendrogram w/ 2 branches and 11 members at h = 5.67] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 265 | | | | | `--leaf 493 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 291 | | | | `--leaf 370 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.08] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 202 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 110 | | | | `--leaf 252 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.62] | | | |--leaf 237 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 275 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 58 | | | `--leaf 226 | | `--[dendrogram w/ 2 branches and 18 members at h = 6.37] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.53] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 258 | | | | `--leaf 268 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | |--leaf 230 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 83 | | | `--leaf 196 | | `--[dendrogram w/ 2 branches and 13 members at h = 4.36] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 97 | | | | `--leaf 131 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 76 | | | `--leaf 99 | | `--[dendrogram w/ 2 branches and 9 members at h = 3.28] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 343 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 48 | | | `--leaf 194 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.32] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 195 | | | `--leaf 288 | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 68 | | | `--leaf 96 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 55 | | `--leaf 264 | `--[dendrogram w/ 2 branches and 58 members at h = 14] | |--[dendrogram w/ 2 branches and 33 members at h = 8.98] | | |--[dendrogram w/ 2 branches and 13 members at h = 5.45] | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.17] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 250 | | | | | `--leaf 285 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.53] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 119 | | | | | `--leaf 242 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 16 | | | | | `--leaf 134 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 278 | | | | `--leaf 507 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.86] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 73 | | | | `--leaf 218 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | |--leaf 260 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 197 | | | `--leaf 464 | | `--[dendrogram w/ 2 branches and 20 members at h = 7.22] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 257 | | | | `--leaf 300 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.62] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 208 | | | | `--leaf 224 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 256 | | | `--leaf 283 | | `--[dendrogram w/ 2 branches and 14 members at h = 4.71] | | |--[dendrogram w/ 2 branches and 8 members at h = 2.15] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 171 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 95 | | | | `--leaf 156 | | | `--[dendrogram w/ 2 branches and 5 members at h = 1.63] | | | |--leaf 146 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | |--leaf 315 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 74 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 25 | | | `--leaf 72 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.23] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf 284 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 92 | | | `--leaf 266 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 466 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 159 | | `--leaf 219 | `--[dendrogram w/ 2 branches and 25 members at h = 11.3] | |--[dendrogram w/ 2 branches and 11 members at h = 5.53] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.31] | | | |--leaf 298 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.77] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 31 | | | | `--leaf 211 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 116 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 44 | | | `--leaf 46 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.84] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 179 | | | `--leaf 273 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | |--leaf 64 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 51 | | `--leaf 290 | `--[dendrogram w/ 2 branches and 14 members at h = 6.09] | |--[dendrogram w/ 2 branches and 7 members at h = 4.26] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.71] | | | |--leaf 221 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 105 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 22 | | | `--leaf 28 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | |--leaf 200 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 136 | | `--leaf 232 | `--[dendrogram w/ 2 branches and 7 members at h = 4.71] | |--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 235 | | | `--leaf 292 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 56 | | `--leaf 108 | `--[dendrogram w/ 2 branches and 3 members at h = 3.33] | |--leaf 85 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 267 | `--leaf 295 `--[dendrogram w/ 2 branches and 182 members at h = 39.5] |--[dendrogram w/ 2 branches and 56 members at h = 22.9] | |--[dendrogram w/ 2 branches and 27 members at h = 9.46] | | |--[dendrogram w/ 2 branches and 10 members at h = 6.18] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.75] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 461 | | | | | `--leaf 481 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 317 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 401 | | | | `--leaf 446 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.55] | | | |--leaf 308 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 10 | | | | `--leaf 529 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 377 | | | `--leaf 538 | | `--[dendrogram w/ 2 branches and 17 members at h = 8.09] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 53 | | | | `--leaf 271 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.18] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 88 | | | | | `--leaf 433 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 113 | | | | `--leaf 448 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 174 | | | `--leaf 536 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.2] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 254 | | | | `--leaf 462 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 306 | | | `--leaf 428 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.76] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 449 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 322 | | | `--leaf 386 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 534 | | `--leaf 547 | `--[dendrogram w/ 2 branches and 29 members at h = 13.3] | |--[dendrogram w/ 2 branches and 13 members at h = 9.26] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.81] | | | |--leaf 455 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.09] | | | |--leaf 124 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | |--leaf 206 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 169 | | | `--leaf 255 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.18] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.48] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 340 | | | | `--leaf 359 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 329 | | | | `--leaf 432 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 336 | | | `--leaf 392 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 212 | | `--leaf 217 | `--[dendrogram w/ 2 branches and 16 members at h = 9.6] | |--[dendrogram w/ 2 branches and 7 members at h = 4.76] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.59] | | | |--leaf 510 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 412 | | | `--leaf 418 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.13] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 209 | | | `--leaf 524 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 353 | | `--leaf 451 | `--[dendrogram w/ 2 branches and 9 members at h = 6.21] | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 491 | | `--leaf 513 | `--[dendrogram w/ 2 branches and 7 members at h = 5.01] | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 11 | | `--leaf 395 | `--[dendrogram w/ 2 branches and 5 members at h = 3.41] | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 244 | | `--leaf 434 | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | |--leaf 328 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 5 | `--leaf 473 `--[dendrogram w/ 2 branches and 126 members at h = 30.3] |--[dendrogram w/ 2 branches and 40 members at h = 17.3] | |--[dendrogram w/ 2 branches and 18 members at h = 9.57] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.02] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | |--leaf 147 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 112 | | | | `--leaf 152 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.23] | | | |--leaf 98 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 143 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 41 | | | `--leaf 89 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.53] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.71] | | | |--leaf 160 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.27] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 43 | | | | `--leaf 154 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 90 | | | `--leaf 374 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.59] | | |--leaf 480 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.17] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 106 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 71 | | | `--leaf 78 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 86 | | `--leaf 102 | `--[dendrogram w/ 2 branches and 22 members at h = 9.69] | |--[dendrogram w/ 2 branches and 10 members at h = 4.64] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.78] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 125 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 123 | | | | `--leaf 189 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 142 | | | `--leaf 301 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.5] | | |--leaf 259 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.89] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 223 | | | `--leaf 503 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 115 | | `--leaf 294 | `--[dendrogram w/ 2 branches and 12 members at h = 7.04] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 199 | | `--leaf 348 | `--[dendrogram w/ 2 branches and 10 members at h = 5.23] | |--[dendrogram w/ 2 branches and 3 members at h = 2.75] | | |--leaf 158 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 40 | | `--leaf 313 | `--[dendrogram w/ 2 branches and 7 members at h = 3.4] | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 130 | | `--leaf 420 | `--[dendrogram w/ 2 branches and 5 members at h = 2.68] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 27 | | `--leaf 65 | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | |--leaf 61 | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | |--leaf 100 | `--leaf 109 `--[dendrogram w/ 2 branches and 86 members at h = 20.4] |--[dendrogram w/ 2 branches and 40 members at h = 12.6] | |--[dendrogram w/ 2 branches and 21 members at h = 7.87] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.88] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.9] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 332 | | | | | `--leaf 509 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 13 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 114 | | | | `--leaf 248 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 149 | | | `--leaf 423 | | `--[dendrogram w/ 2 branches and 14 members at h = 5.8] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.27] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 344 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 32 | | | | `--leaf 519 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 407 | | | `--leaf 440 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.64] | | |--leaf 170 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.86] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | |--leaf 363 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 141 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 101 | | | `--leaf 467 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 42 | | | `--leaf 153 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 120 | | `--leaf 281 | `--[dendrogram w/ 2 branches and 19 members at h = 8.77] | |--[dendrogram w/ 2 branches and 10 members at h = 3.5] | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | |--leaf 352 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 463 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 1 | | | `--leaf 77 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.82] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 45 | | | `--leaf 402 | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 14 | | | `--leaf 81 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 187 | | `--leaf 452 | `--[dendrogram w/ 2 branches and 9 members at h = 4.95] | |--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 70 | | | `--leaf 484 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 133 | | `--leaf 177 | `--[dendrogram w/ 2 branches and 5 members at h = 4.2] | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 8 | | `--leaf 30 | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | |--leaf 443 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 326 | `--leaf 500 `--[dendrogram w/ 2 branches and 46 members at h = 15.4] |--[dendrogram w/ 2 branches and 26 members at h = 10.9] | |--[dendrogram w/ 2 branches and 11 members at h = 5.06] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.34] | | | |--leaf 93 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.91] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 94 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 49 | | | | `--leaf 122 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 215 | | | `--leaf 523 | | `--[dendrogram w/ 2 branches and 5 members at h = 4] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 6 | | | `--leaf 127 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | |--leaf 339 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 140 | | `--leaf 360 | `--[dendrogram w/ 2 branches and 15 members at h = 7.79] | |--[dendrogram w/ 2 branches and 6 members at h = 3.64] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 318 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 476 | | | `--leaf 539 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | |--leaf 450 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 137 | | `--leaf 338 | `--[dendrogram w/ 2 branches and 9 members at h = 6.3] | |--[dendrogram w/ 2 branches and 4 members at h = 3.05] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 419 | | | `--leaf 431 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 475 | | `--leaf 489 | `--[dendrogram w/ 2 branches and 5 members at h = 4.4] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 91 | | `--leaf 331 | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | |--leaf 157 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 24 | `--leaf 52 `--[dendrogram w/ 2 branches and 20 members at h = 11.7] |--[dendrogram w/ 2 branches and 12 members at h = 7.1] | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 354 | | `--leaf 393 | `--[dendrogram w/ 2 branches and 10 members at h = 4.96] | |--[dendrogram w/ 2 branches and 5 members at h = 3.31] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 181 | | | `--leaf 184 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 54 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 182 | | `--leaf 293 | `--[dendrogram w/ 2 branches and 5 members at h = 3.56] | |--leaf 205 | `--[dendrogram w/ 2 branches and 4 members at h = 2.59] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 38 | | `--leaf 297 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 21 | `--leaf 117 `--[dendrogram w/ 2 branches and 8 members at h = 7.14] |--[dendrogram w/ 2 branches and 3 members at h = 3.6] | |--leaf 411 | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | |--leaf 36 | `--leaf 80 `--[dendrogram w/ 2 branches and 5 members at h = 3.91] |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | |--leaf 470 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 62 | `--leaf 394 `--[dendrogram w/ 2 branches and 2 members at h = 2] |--leaf 19 `--leaf 135 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/18te21335799056.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/2u1rf1335799056.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) + } --[dendrogram w/ 2 branches and 10 members at h = 4.08] |--[dendrogram w/ 2 branches and 6 members at h = 2.99] | |--leaf 10 | `--[dendrogram w/ 2 branches and 5 members at h = 2.77] | |--leaf 2 | `--[dendrogram w/ 2 branches and 4 members at h = 2.34] | |--leaf 7 | `--[dendrogram w/ 2 branches and 3 members at h = 1.79] | |--leaf 3 | `--[dendrogram w/ 2 branches and 2 members at h = 1.51] | |--leaf 1 | `--leaf 9 `--[dendrogram w/ 2 branches and 4 members at h = 3.54] |--[dendrogram w/ 2 branches and 2 members at h = 2.2] | |--leaf 4 | `--leaf 6 `--[dendrogram w/ 2 branches and 2 members at h = 2.35] |--leaf 5 `--leaf 8 > > #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/3est91335799056.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/4okjr1335799056.tab") + } > > try(system("convert tmp/18te21335799056.ps tmp/18te21335799056.png",intern=TRUE)) character(0) > try(system("convert tmp/2u1rf1335799056.ps tmp/2u1rf1335799056.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 4.648 0.346 4.990