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 all' > par7 = 'all' > par6 = 'all' > par5 = 'all' > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES all' > par7 <- 'all' > par6 <- 'all' > par5 <- 'all' > 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 993 members at h = 188] |--[dendrogram w/ 2 branches and 399 members at h = 75.1] | |--[dendrogram w/ 2 branches and 175 members at h = 31.1] | | |--[dendrogram w/ 2 branches and 45 members at h = 18.5] | | | |--[dendrogram w/ 2 branches and 22 members at h = 10.2] | | | | |--[dendrogram w/ 2 branches and 11 members at h = 6.49] | | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.24] | | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | | | | |--leaf 230 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | | |--leaf 70 | | | | | | | `--leaf 227 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | | |--leaf 90 | | | | | | `--leaf 300 | | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.42] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | | |--leaf 324 | | | | | | `--leaf 483 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.07] | | | | | |--leaf 412 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.25] | | | | | |--leaf 443 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 59 | | | | | `--leaf 279 | | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.74] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.38] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 118 | | | | | | `--leaf 359 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 2 | | | | | `--leaf 183 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.4] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.43] | | | | | |--leaf 379 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 20 | | | | | `--leaf 425 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.1] | | | | |--leaf 544 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.31] | | | | |--leaf 535 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 154 | | | | `--leaf 297 | | | `--[dendrogram w/ 2 branches and 23 members at h = 10.5] | | | |--[dendrogram w/ 2 branches and 7 members at h = 6.2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 15 | | | | | `--leaf 506 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.02] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.61] | | | | | |--leaf 828 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 348 | | | | | `--leaf 845 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | | |--leaf 656 | | | | `--leaf 945 | | | `--[dendrogram w/ 2 branches and 16 members at h = 7.8] | | | |--[dendrogram w/ 2 branches and 8 members at h = 6.43] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.77] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 219 | | | | | | `--leaf 409 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 34 | | | | | `--leaf 475 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.82] | | | | |--leaf 422 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | |--leaf 298 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 68 | | | | `--leaf 131 | | | `--[dendrogram w/ 2 branches and 8 members at h = 6.43] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.07] | | | | |--leaf 420 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 47 | | | | `--leaf 234 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.74] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 101 | | | | `--leaf 349 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.43] | | | |--leaf 138 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 48 | | | `--leaf 339 | | `--[dendrogram w/ 2 branches and 130 members at h = 28.7] | | |--[dendrogram w/ 2 branches and 37 members at h = 17.5] | | | |--[dendrogram w/ 2 branches and 13 members at h = 9.61] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 611 | | | | | `--leaf 733 | | | | `--[dendrogram w/ 2 branches and 11 members at h = 7.75] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 5.32] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.7] | | | | | | |--leaf 954 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | | |--leaf 107 | | | | | | `--leaf 342 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.34] | | | | | |--leaf 751 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 273 | | | | | `--leaf 827 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 6.11] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | | | | |--leaf 129 | | | | | `--leaf 237 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.25] | | | | |--leaf 532 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 326 | | | | `--leaf 871 | | | `--[dendrogram w/ 2 branches and 24 members at h = 13.7] | | | |--[dendrogram w/ 2 branches and 7 members at h = 7.4] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.86] | | | | | |--leaf 446 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | | | |--leaf 441 | | | | | `--leaf 468 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.78] | | | | |--leaf 309 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.34] | | | | |--leaf 370 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 184 | | | | `--leaf 262 | | | `--[dendrogram w/ 2 branches and 17 members at h = 8.94] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.48] | | | | |--leaf 943 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.97] | | | | |--leaf 403 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 488 | | | | `--leaf 500 | | | `--[dendrogram w/ 2 branches and 13 members at h = 6.74] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.27] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.43] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 12 | | | | | | `--leaf 25 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 336 | | | | | `--leaf 537 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.81] | | | | |--leaf 464 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 302 | | | | `--leaf 527 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.88] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 433 | | | | `--leaf 490 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.74] | | | |--leaf 712 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.59] | | | |--leaf 400 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 146 | | | `--leaf 207 | | `--[dendrogram w/ 2 branches and 93 members at h = 26.7] | | |--[dendrogram w/ 2 branches and 47 members at h = 11.3] | | | |--[dendrogram w/ 2 branches and 11 members at h = 5.92] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.61] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 110 | | | | | | `--leaf 511 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 313 | | | | | `--leaf 346 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.13] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.61] | | | | | |--leaf 516 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 340 | | | | | `--leaf 426 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.84] | | | | |--leaf 448 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | | | |--leaf 341 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 83 | | | | `--leaf 375 | | | `--[dendrogram w/ 2 branches and 36 members at h = 10.8] | | | |--[dendrogram w/ 2 branches and 22 members at h = 7.4] | | | | |--[dendrogram w/ 2 branches and 10 members at h = 4.92] | | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.63] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | | |--leaf 407 | | | | | | | `--leaf 411 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.94] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 176 | | | | | | | `--leaf 292 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 197 | | | | | | `--leaf 391 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.75] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 26 | | | | | | `--leaf 385 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 454 | | | | | `--leaf 473 | | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.43] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.15] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | | | |--leaf 472 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 14 | | | | | | `--leaf 77 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | | |--leaf 231 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 96 | | | | | `--leaf 430 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.87] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | |--leaf 23 | | | | | `--leaf 399 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.79] | | | | |--leaf 509 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.23] | | | | |--leaf 481 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 202 | | | | `--leaf 212 | | | `--[dendrogram w/ 2 branches and 14 members at h = 8.34] | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.27] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 519 | | | | | `--leaf 536 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.84] | | | | |--leaf 132 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.52] | | | | |--leaf 461 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.9] | | | | |--leaf 541 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 306 | | | | `--leaf 318 | | | `--[dendrogram w/ 2 branches and 7 members at h = 6.19] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | | |--leaf 372 | | | | `--leaf 384 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.09] | | | |--leaf 148 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.65] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 69 | | | | `--leaf 456 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 268 | | | `--leaf 314 | | `--[dendrogram w/ 2 branches and 46 members at h = 16.7] | | |--[dendrogram w/ 2 branches and 31 members at h = 10.7] | | | |--[dendrogram w/ 2 branches and 6 members at h = 6.75] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 57 | | | | | | `--leaf 373 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 445 | | | | | `--leaf 529 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 5.1] | | | | |--leaf 128 | | | | `--leaf 762 | | | `--[dendrogram w/ 2 branches and 25 members at h = 8.32] | | | |--[dendrogram w/ 2 branches and 15 members at h = 5.84] | | | | |--[dendrogram w/ 2 branches and 9 members at h = 4.31] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | | |--leaf 79 | | | | | | `--leaf 415 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.53] | | | | | | |--leaf 337 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | | |--leaf 612 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 378 | | | | | | `--leaf 467 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.6] | | | | | |--leaf 440 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 17 | | | | | `--leaf 35 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.75] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 301 | | | | | `--leaf 478 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.3] | | | | |--leaf 333 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 453 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 280 | | | | `--leaf 534 | | | `--[dendrogram w/ 2 branches and 10 members at h = 6.86] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.25] | | | | |--leaf 13 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 6 | | | | `--leaf 482 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.24] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.65] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 133 | | | | | `--leaf 542 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | |--leaf 332 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 156 | | | | `--leaf 160 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.58] | | | |--leaf 211 | | | `--leaf 449 | | `--[dendrogram w/ 2 branches and 15 members at h = 11] | | |--[dendrogram w/ 2 branches and 5 members at h = 8.08] | | | |--leaf 697 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 675 | | | | `--leaf 919 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 650 | | | `--leaf 836 | | `--[dendrogram w/ 2 branches and 10 members at h = 8.82] | | |--[dendrogram w/ 2 branches and 6 members at h = 5.43] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4] | | | | |--leaf 74 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 427 | | | | `--leaf 452 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.05] | | | |--leaf 223 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 486 | | | `--leaf 502 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.87] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 161 | | | `--leaf 531 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | |--leaf 87 | | `--leaf 960 | `--[dendrogram w/ 2 branches and 224 members at h = 50.7] | |--[dendrogram w/ 2 branches and 88 members at h = 20.6] | | |--[dendrogram w/ 2 branches and 15 members at h = 10.3] | | | |--[dendrogram w/ 2 branches and 4 members at h = 6] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 547 | | | | | `--leaf 672 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 555 | | | | `--leaf 680 | | | `--[dendrogram w/ 2 branches and 11 members at h = 8.18] | | | |--[dendrogram w/ 2 branches and 6 members at h = 5.68] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.41] | | | | | |--leaf 397 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 253 | | | | | `--leaf 499 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.4] | | | | |--leaf 402 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 163 | | | | `--leaf 287 | | | `--[dendrogram w/ 2 branches and 5 members at h = 6.23] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 205 | | | | `--leaf 868 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.95] | | | |--leaf 354 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 22 | | | `--leaf 269 | | `--[dendrogram w/ 2 branches and 73 members at h = 17] | | |--[dendrogram w/ 2 branches and 12 members at h = 8.98] | | | |--[dendrogram w/ 2 branches and 6 members at h = 6.48] | | | | |--leaf 320 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.21] | | | | |--leaf 396 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.27] | | | | |--leaf 264 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.33] | | | | |--leaf 459 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 236 | | | | `--leaf 250 | | | `--[dendrogram w/ 2 branches and 6 members at h = 7.31] | | | |--[dendrogram w/ 2 branches and 2 members at h = 5.2] | | | | |--leaf 444 | | | | `--leaf 463 | | | `--[dendrogram w/ 2 branches and 4 members at h = 6.26] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 241 | | | | `--leaf 338 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 8 | | | `--leaf 30 | | `--[dendrogram w/ 2 branches and 61 members at h = 16.1] | | |--[dendrogram w/ 2 branches and 26 members at h = 10.3] | | | |--[dendrogram w/ 2 branches and 11 members at h = 5.95] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | | |--leaf 1 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 100 | | | | | `--leaf 177 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.83] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | |--leaf 408 | | | | | `--leaf 980 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.81] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | | | |--leaf 286 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 27 | | | | | `--leaf 251 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.16] | | | | |--leaf 334 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 44 | | | | `--leaf 491 | | | `--[dendrogram w/ 2 branches and 15 members at h = 8.6] | | | |--[dendrogram w/ 2 branches and 6 members at h = 5.33] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 103 | | | | | `--leaf 191 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.82] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 134 | | | | | `--leaf 394 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 215 | | | | `--leaf 480 | | | `--[dendrogram w/ 2 branches and 9 members at h = 7.15] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.04] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 28 | | | | | `--leaf 105 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.32] | | | | |--leaf 136 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 345 | | | | `--leaf 366 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.6] | | | |--leaf 73 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | | |--leaf 442 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 249 | | | `--leaf 380 | | `--[dendrogram w/ 2 branches and 35 members at h = 11.6] | | |--[dendrogram w/ 2 branches and 17 members at h = 7.59] | | | |--[dendrogram w/ 2 branches and 11 members at h = 4.79] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.94] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 228 | | | | | | `--leaf 283 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | | |--leaf 240 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 72 | | | | | `--leaf 165 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.78] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 364 | | | | | `--leaf 434 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.11] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 258 | | | | | `--leaf 521 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 224 | | | | `--leaf 252 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.61] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 85 | | | | `--leaf 290 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.77] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 410 | | | | `--leaf 520 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | |--leaf 56 | | | `--leaf 436 | | `--[dendrogram w/ 2 branches and 18 members at h = 8.06] | | |--[dendrogram w/ 2 branches and 9 members at h = 5.88] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.19] | | | | |--leaf 295 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 55 | | | | `--leaf 256 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.96] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 9 | | | | `--leaf 530 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.79] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 162 | | | | `--leaf 356 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 172 | | | `--leaf 417 | | `--[dendrogram w/ 2 branches and 9 members at h = 6.6] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.44] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.99] | | | | |--leaf 484 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 16 | | | | `--leaf 31 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 116 | | | `--leaf 209 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.19] | | |--leaf 377 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.51] | | |--leaf 353 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 369 | | `--leaf 498 | `--[dendrogram w/ 2 branches and 136 members at h = 24.9] | |--[dendrogram w/ 2 branches and 84 members at h = 20.7] | | |--[dendrogram w/ 2 branches and 27 members at h = 12.3] | | | |--[dendrogram w/ 2 branches and 11 members at h = 6.68] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.6] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | | |--leaf 206 | | | | | | `--leaf 304 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 383 | | | | | `--leaf 462 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.82] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.34] | | | | | |--leaf 470 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 382 | | | | | `--leaf 494 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.62] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 95 | | | | | `--leaf 524 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 32 | | | | `--leaf 275 | | | `--[dendrogram w/ 2 branches and 16 members at h = 10.1] | | | |--[dendrogram w/ 2 branches and 7 members at h = 6.05] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 4 | | | | | `--leaf 192 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.71] | | | | |--leaf 238 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.4] | | | | |--leaf 244 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.92] | | | | |--leaf 365 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 18 | | | | `--leaf 84 | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.74] | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.2] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | | |--leaf 487 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 170 | | | | | `--leaf 438 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.83] | | | | |--leaf 357 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4] | | | | |--leaf 351 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 316 | | | | `--leaf 398 | | | `--[dendrogram w/ 2 branches and 2 members at h = 5.39] | | | |--leaf 362 | | | `--leaf 515 | | `--[dendrogram w/ 2 branches and 57 members at h = 16.8] | | |--[dendrogram w/ 2 branches and 22 members at h = 9.22] | | | |--[dendrogram w/ 2 branches and 10 members at h = 5.31] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.46] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 254 | | | | | | `--leaf 386 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | | | | |--leaf 114 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 54 | | | | | `--leaf 328 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.31] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 208 | | | | | `--leaf 213 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.38] | | | | |--leaf 38 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 243 | | | | `--leaf 327 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.85] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.08] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 153 | | | | | `--leaf 424 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | | | |--leaf 80 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 167 | | | | `--leaf 435 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.05] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | | | |--leaf 284 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 7 | | | | `--leaf 299 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.76] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 42 | | | | `--leaf 120 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 115 | | | `--leaf 303 | | `--[dendrogram w/ 2 branches and 35 members at h = 11.3] | | |--[dendrogram w/ 2 branches and 18 members at h = 8.86] | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.01] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.07] | | | | | |--leaf 837 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 222 | | | | | `--leaf 376 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.43] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 99 | | | | | `--leaf 204 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.51] | | | | |--leaf 432 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 471 | | | | `--leaf 539 | | | `--[dendrogram w/ 2 branches and 10 members at h = 6.3] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.97] | | | | |--leaf 455 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.64] | | | | |--leaf 51 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 65 | | | | `--leaf 97 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.6] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4] | | | | |--leaf 413 | | | | `--leaf 439 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.08] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 46 | | | | `--leaf 363 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 64 | | | `--leaf 229 | | `--[dendrogram w/ 2 branches and 17 members at h = 9.34] | | |--[dendrogram w/ 2 branches and 10 members at h = 6.88] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.13] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | | | |--leaf 285 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 371 | | | | | `--leaf 477 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 242 | | | | `--leaf 418 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.56] | | | |--leaf 401 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.15] | | | |--leaf 395 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf 58 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 76 | | | `--leaf 428 | | `--[dendrogram w/ 2 branches and 7 members at h = 7.33] | | |--[dendrogram w/ 2 branches and 4 members at h = 4] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 201 | | | | `--leaf 267 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 248 | | | `--leaf 987 | | `--[dendrogram w/ 2 branches and 3 members at h = 5.83] | | |--leaf 808 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 159 | | `--leaf 933 | `--[dendrogram w/ 2 branches and 52 members at h = 21.1] | |--[dendrogram w/ 2 branches and 26 members at h = 10.2] | | |--[dendrogram w/ 2 branches and 9 members at h = 6.32] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.15] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.75] | | | | | |--leaf 282 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 45 | | | | | `--leaf 271 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | | | |--leaf 787 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 210 | | | | `--leaf 876 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.83] | | | |--leaf 374 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 528 | | | `--leaf 788 | | `--[dendrogram w/ 2 branches and 17 members at h = 7.52] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.27] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.83] | | | | |--leaf 265 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 245 | | | | `--leaf 291 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.42] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 21 | | | | `--leaf 533 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 117 | | | `--leaf 713 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.71] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.71] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | | |--leaf 803 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 358 | | | | `--leaf 731 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 152 | | | `--leaf 387 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.36] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 39 | | | `--leaf 78 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.69] | | |--leaf 599 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 106 | | `--leaf 288 | `--[dendrogram w/ 2 branches and 26 members at h = 11.9] | |--[dendrogram w/ 2 branches and 5 members at h = 7.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 344 | | | `--leaf 588 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.95] | | |--leaf 985 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 19 | | `--leaf 135 | `--[dendrogram w/ 2 branches and 21 members at h = 11.1] | |--[dendrogram w/ 2 branches and 11 members at h = 7.25] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.24] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 109 | | | | `--leaf 585 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.58] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 88 | | | | `--leaf 257 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 196 | | | `--leaf 255 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.07] | | |--leaf 825 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.05] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 10 | | | `--leaf 883 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 225 | | `--leaf 558 | `--[dendrogram w/ 2 branches and 10 members at h = 9.41] | |--[dendrogram w/ 2 branches and 4 members at h = 6.27] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 551 | | | `--leaf 677 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 193 | | `--leaf 914 | `--[dendrogram w/ 2 branches and 6 members at h = 6.41] | |--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | |--leaf 416 | | `--leaf 693 | `--[dendrogram w/ 2 branches and 4 members at h = 5.1] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 361 | | `--leaf 942 | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | |--leaf 776 | `--leaf 978 `--[dendrogram w/ 2 branches and 594 members at h = 149] |--[dendrogram w/ 2 branches and 208 members at h = 47.4] | |--[dendrogram w/ 2 branches and 41 members at h = 22.6] | | |--[dendrogram w/ 2 branches and 14 members at h = 9.19] | | | |--[dendrogram w/ 2 branches and 7 members at h = 6.37] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 590 | | | | | `--leaf 715 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.28] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 638 | | | | | `--leaf 870 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.71] | | | | |--leaf 763 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 722 | | | | `--leaf 952 | | | `--[dendrogram w/ 2 branches and 7 members at h = 7.92] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.91] | | | | |--leaf 496 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 50 | | | | `--leaf 830 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.11] | | | |--leaf 447 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.9] | | | |--leaf 63 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 315 | | | `--leaf 405 | | `--[dendrogram w/ 2 branches and 27 members at h = 17.5] | | |--[dendrogram w/ 2 branches and 8 members at h = 7.76] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.7] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 355 | | | | | `--leaf 513 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.59] | | | | |--leaf 419 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 404 | | | | `--leaf 573 | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.17] | | | |--leaf 104 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 738 | | | `--leaf 895 | | `--[dendrogram w/ 2 branches and 19 members at h = 8.49] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.11] | | | |--leaf 640 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 736 | | | `--leaf 865 | | `--[dendrogram w/ 2 branches and 16 members at h = 7.08] | | |--[dendrogram w/ 2 branches and 8 members at h = 5.01] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4] | | | | |--leaf 221 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 586 | | | | `--leaf 935 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.17] | | | |--leaf 665 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.35] | | | |--leaf 669 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | | |--leaf 623 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 655 | | | `--leaf 975 | | `--[dendrogram w/ 2 branches and 8 members at h = 6.23] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.97] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 598 | | | | `--leaf 822 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 552 | | | `--leaf 780 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.42] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 934 | | | `--leaf 964 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | |--leaf 661 | | `--leaf 745 | `--[dendrogram w/ 2 branches and 167 members at h = 31.8] | |--[dendrogram w/ 2 branches and 45 members at h = 17] | | |--[dendrogram w/ 2 branches and 21 members at h = 11.5] | | | |--[dendrogram w/ 2 branches and 10 members at h = 7.48] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.28] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | | | |--leaf 973 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 613 | | | | | | `--leaf 636 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 755 | | | | | `--leaf 965 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.01] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.86] | | | | | |--leaf 711 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 749 | | | | | `--leaf 910 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 321 | | | | `--leaf 810 | | | `--[dendrogram w/ 2 branches and 11 members at h = 9.81] | | | |--[dendrogram w/ 2 branches and 5 members at h = 5.28] | | | | |--leaf 988 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.89] | | | | |--leaf 962 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.46] | | | | |--leaf 993 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 322 | | | | `--leaf 843 | | | `--[dendrogram w/ 2 branches and 6 members at h = 7.06] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 589 | | | | `--leaf 714 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.58] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 708 | | | | `--leaf 977 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 861 | | | `--leaf 888 | | `--[dendrogram w/ 2 branches and 24 members at h = 12.6] | | |--[dendrogram w/ 2 branches and 12 members at h = 8.3] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 554 | | | | `--leaf 679 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.85] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.99] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | | | | |--leaf 746 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 909 | | | | | `--leaf 929 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 750 | | | | `--leaf 907 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.18] | | | |--leaf 735 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.94] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 578 | | | | `--leaf 820 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 852 | | | `--leaf 946 | | `--[dendrogram w/ 2 branches and 12 members at h = 9.75] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.88] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.84] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 689 | | | | | `--leaf 779 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 889 | | | | `--leaf 911 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.22] | | | |--leaf 720 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 570 | | | `--leaf 606 | | `--[dendrogram w/ 2 branches and 5 members at h = 7.19] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 583 | | | `--leaf 707 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.47] | | |--leaf 812 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 587 | | `--leaf 597 | `--[dendrogram w/ 2 branches and 122 members at h = 23.7] | |--[dendrogram w/ 2 branches and 67 members at h = 14.3] | | |--[dendrogram w/ 2 branches and 22 members at h = 8.77] | | | |--[dendrogram w/ 2 branches and 13 members at h = 6.25] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.51] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 260 | | | | | | `--leaf 940 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.57] | | | | | |--leaf 956 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 637 | | | | | `--leaf 859 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.81] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.47] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | | |--leaf 619 | | | | | | `--leaf 739 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.16] | | | | | |--leaf 863 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 730 | | | | | `--leaf 796 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.06] | | | | |--leaf 927 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 508 | | | | `--leaf 807 | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.86] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.1] | | | | |--leaf 604 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.95] | | | | |--leaf 761 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | |--leaf 813 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 609 | | | | `--leaf 912 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.07] | | | |--leaf 741 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.11] | | | |--leaf 913 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 642 | | | `--leaf 958 | | `--[dendrogram w/ 2 branches and 45 members at h = 12.3] | | |--[dendrogram w/ 2 branches and 14 members at h = 8] | | | |--[dendrogram w/ 2 branches and 6 members at h = 6.01] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | |--leaf 789 | | | | | `--leaf 902 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.66] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 608 | | | | | `--leaf 653 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 648 | | | | `--leaf 953 | | | `--[dendrogram w/ 2 branches and 8 members at h = 7.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | | | |--leaf 75 | | | | `--leaf 834 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.01] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.67] | | | | |--leaf 971 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 546 | | | | `--leaf 725 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.25] | | | |--leaf 744 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 343 | | | `--leaf 894 | | `--[dendrogram w/ 2 branches and 31 members at h = 9.52] | | |--[dendrogram w/ 2 branches and 8 members at h = 5.05] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.15] | | | | |--leaf 948 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 566 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 596 | | | | `--leaf 884 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.55] | | | |--leaf 901 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf 976 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 839 | | | `--leaf 866 | | `--[dendrogram w/ 2 branches and 23 members at h = 7.72] | | |--[dendrogram w/ 2 branches and 8 members at h = 5.82] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 549 | | | | `--leaf 673 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.01] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.48] | | | | |--leaf 627 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 743 | | | | `--leaf 798 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | | |--leaf 622 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 760 | | | `--leaf 848 | | `--[dendrogram w/ 2 branches and 15 members at h = 5.99] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.04] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 856 | | | | `--leaf 928 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | | |--leaf 957 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 643 | | | `--leaf 937 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.06] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.36] | | | |--leaf 941 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | |--leaf 681 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 667 | | | `--leaf 815 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.86] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | |--leaf 709 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 688 | | | `--leaf 699 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.18] | | |--leaf 970 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 915 | | `--leaf 922 | `--[dendrogram w/ 2 branches and 55 members at h = 18.3] | |--[dendrogram w/ 2 branches and 23 members at h = 10.4] | | |--[dendrogram w/ 2 branches and 10 members at h = 6.84] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.32] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 235 | | | | | `--leaf 832 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.72] | | | | |--leaf 903 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 584 | | | | `--leaf 774 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.46] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | | |--leaf 503 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 67 | | | | `--leaf 352 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 367 | | | `--leaf 872 | | `--[dendrogram w/ 2 branches and 13 members at h = 7.07] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.42] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 141 | | | | | `--leaf 811 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 437 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 119 | | | | `--leaf 421 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | |--leaf 479 | | | `--leaf 526 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.04] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.05] | | | |--leaf 654 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 625 | | | `--leaf 678 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | |--leaf 94 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 233 | | `--leaf 949 | `--[dendrogram w/ 2 branches and 32 members at h = 14] | |--[dendrogram w/ 2 branches and 14 members at h = 7.54] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.76] | | | |--leaf 323 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 545 | | | `--leaf 614 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.19] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.46] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.9] | | | | |--leaf 984 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 81 | | | | `--leaf 809 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.31] | | | |--leaf 992 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 691 | | | `--leaf 853 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.09] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 601 | | | `--leaf 630 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.37] | | |--leaf 718 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 727 | | `--leaf 784 | `--[dendrogram w/ 2 branches and 18 members at h = 9.53] | |--[dendrogram w/ 2 branches and 6 members at h = 5.66] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 173 | | | `--leaf 607 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.04] | | |--leaf 60 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.83] | | |--leaf 185 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 123 | | `--leaf 906 | `--[dendrogram w/ 2 branches and 12 members at h = 7.49] | |--[dendrogram w/ 2 branches and 4 members at h = 4.14] | | |--leaf 563 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.39] | | |--leaf 696 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 639 | | `--leaf 649 | `--[dendrogram w/ 2 branches and 8 members at h = 6.41] | |--[dendrogram w/ 2 branches and 4 members at h = 3.68] | | |--leaf 666 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.16] | | |--leaf 781 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 565 | | `--leaf 644 | `--[dendrogram w/ 2 branches and 4 members at h = 4.82] | |--leaf 620 | `--[dendrogram w/ 2 branches and 3 members at h = 4.03] | |--leaf 564 | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | |--leaf 721 | `--leaf 757 `--[dendrogram w/ 2 branches and 386 members at h = 97.7] |--[dendrogram w/ 2 branches and 191 members at h = 38.4] | |--[dendrogram w/ 2 branches and 92 members at h = 21] | | |--[dendrogram w/ 2 branches and 29 members at h = 15.1] | | | |--[dendrogram w/ 2 branches and 7 members at h = 9.34] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.58] | | | | | |--leaf 497 | | | | | `--leaf 634 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 9] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.09] | | | | | |--leaf 633 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | | | |--leaf 594 | | | | | `--leaf 772 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 5.48] | | | | |--leaf 651 | | | | `--leaf 764 | | | `--[dendrogram w/ 2 branches and 22 members at h = 11.5] | | | |--[dendrogram w/ 2 branches and 11 members at h = 8.15] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.22] | | | | | |--leaf 930 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 550 | | | | | `--leaf 676 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 6.38] | | | | |--leaf 790 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.77] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | | |--leaf 793 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 562 | | | | | `--leaf 626 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.73] | | | | |--leaf 617 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.11] | | | | |--leaf 969 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 615 | | | | `--leaf 967 | | | `--[dendrogram w/ 2 branches and 11 members at h = 9.97] | | | |--[dendrogram w/ 2 branches and 5 members at h = 5.51] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 575 | | | | | `--leaf 698 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | |--leaf 860 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 645 | | | | `--leaf 931 | | | `--[dendrogram w/ 2 branches and 6 members at h = 8.14] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 961 | | | | `--leaf 983 | | | `--[dendrogram w/ 2 branches and 4 members at h = 6.4] | | | |--leaf 621 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.98] | | | |--leaf 908 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 567 | | | `--leaf 690 | | `--[dendrogram w/ 2 branches and 63 members at h = 18.5] | | |--[dendrogram w/ 2 branches and 20 members at h = 10.4] | | | |--[dendrogram w/ 2 branches and 9 members at h = 7.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 560 | | | | | `--leaf 685 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 6.13] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.82] | | | | | |--leaf 754 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 646 | | | | | `--leaf 662 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.46] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 616 | | | | | `--leaf 858 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 559 | | | | `--leaf 748 | | | `--[dendrogram w/ 2 branches and 11 members at h = 7.39] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.89] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 574 | | | | | `--leaf 773 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 723 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 801 | | | | `--leaf 821 | | | `--[dendrogram w/ 2 branches and 6 members at h = 6.28] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.66] | | | | |--leaf 767 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 864 | | | | `--leaf 968 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.25] | | | |--leaf 319 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 747 | | | `--leaf 855 | | `--[dendrogram w/ 2 branches and 43 members at h = 11.4] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.09] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.57] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 862 | | | | | `--leaf 924 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.83] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 683 | | | | | `--leaf 816 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 659 | | | | `--leaf 717 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.98] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.02] | | | | |--leaf 920 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 847 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 684 | | | | `--leaf 966 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.16] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.06] | | | | |--leaf 777 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 113 | | | | `--leaf 873 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf 982 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 783 | | | `--leaf 916 | | `--[dendrogram w/ 2 branches and 27 members at h = 10.3] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.19] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.35] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | |--leaf 756 | | | | | `--leaf 944 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | | |--leaf 198 | | | | `--leaf 571 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.53] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.52] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | | |--leaf 875 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 624 | | | | | `--leaf 664 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 782 | | | | `--leaf 917 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.77] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 595 | | | | `--leaf 838 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.58] | | | |--leaf 768 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.21] | | | |--leaf 668 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | |--leaf 972 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 618 | | | `--leaf 758 | | `--[dendrogram w/ 2 branches and 11 members at h = 8.43] | | |--[dendrogram w/ 2 branches and 4 members at h = 5.15] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 602 | | | | `--leaf 726 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 844 | | | `--leaf 951 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.37] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.18] | | | |--leaf 874 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 804 | | | `--leaf 829 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.33] | | |--leaf 674 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.18] | | |--leaf 823 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 737 | | `--leaf 990 | `--[dendrogram w/ 2 branches and 99 members at h = 27.7] | |--[dendrogram w/ 2 branches and 52 members at h = 20.8] | | |--[dendrogram w/ 2 branches and 31 members at h = 15.5] | | | |--[dendrogram w/ 2 branches and 11 members at h = 10.8] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 557 | | | | | `--leaf 682 | | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.24] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.12] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | | |--leaf 226 | | | | | | `--leaf 510 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | | | |--leaf 658 | | | | | `--leaf 734 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.38] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 652 | | | | | `--leaf 974 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 806 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 878 | | | | `--leaf 891 | | | `--[dendrogram w/ 2 branches and 20 members at h = 11.9] | | | |--[dendrogram w/ 2 branches and 9 members at h = 7.32] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.65] | | | | | |--leaf 885 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | |--leaf 187 | | | | | `--leaf 189 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 6.56] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.8] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | | |--leaf 603 | | | | | | `--leaf 991 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | | | | |--leaf 660 | | | | | `--leaf 670 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 5.74] | | | | |--leaf 93 | | | | `--leaf 663 | | | `--[dendrogram w/ 2 branches and 11 members at h = 9.31] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 610 | | | | `--leaf 732 | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.95] | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.2] | | | | |--leaf 896 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | | |--leaf 266 | | | | `--leaf 880 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.54] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 53 | | | | `--leaf 770 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.16] | | | |--leaf 702 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.19] | | | |--leaf 959 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 631 | | | `--leaf 939 | | `--[dendrogram w/ 2 branches and 21 members at h = 15.6] | | |--[dendrogram w/ 2 branches and 7 members at h = 9.54] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 582 | | | | `--leaf 706 | | | `--[dendrogram w/ 2 branches and 5 members at h = 6.8] | | | |--leaf 849 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.32] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 591 | | | | `--leaf 716 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 512 | | | `--leaf 886 | | `--[dendrogram w/ 2 branches and 14 members at h = 11.2] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.83] | | | |--[dendrogram w/ 2 branches and 5 members at h = 5.62] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.86] | | | | | |--leaf 869 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | |--leaf 805 | | | | | `--leaf 882 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.9] | | | | |--leaf 518 | | | | `--leaf 842 | | | `--[dendrogram w/ 2 branches and 2 members at h = 6.08] | | | |--leaf 657 | | | `--leaf 892 | | `--[dendrogram w/ 2 branches and 7 members at h = 6.93] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 581 | | | `--leaf 705 | | `--[dendrogram w/ 2 branches and 5 members at h = 6.42] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 629 | | | `--leaf 800 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | |--leaf 695 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 293 | | `--leaf 765 | `--[dendrogram w/ 2 branches and 47 members at h = 22.5] | |--[dendrogram w/ 2 branches and 18 members at h = 9.22] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.75] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.21] | | | | |--leaf 740 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 381 | | | | `--leaf 493 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.72] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 514 | | | | `--leaf 700 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 312 | | | `--leaf 818 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.79] | | |--[dendrogram w/ 2 branches and 2 members at h = 5] | | | |--leaf 802 | | | `--leaf 925 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.95] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.69] | | | |--leaf 347 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 61 | | | `--leaf 893 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.68] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 33 | | | `--leaf 305 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 592 | | | `--leaf 752 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 887 | | `--leaf 938 | `--[dendrogram w/ 2 branches and 29 members at h = 15.7] | |--[dendrogram w/ 2 branches and 9 members at h = 8.94] | | |--[dendrogram w/ 2 branches and 3 members at h = 5.43] | | | |--leaf 308 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 190 | | | `--leaf 936 | | `--[dendrogram w/ 2 branches and 6 members at h = 6.12] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.47] | | | |--leaf 926 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 460 | | | `--leaf 867 | | `--[dendrogram w/ 2 branches and 3 members at h = 5.37] | | |--leaf 174 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | |--leaf 294 | | `--leaf 817 | `--[dendrogram w/ 2 branches and 20 members at h = 13] | |--[dendrogram w/ 2 branches and 5 members at h = 7.34] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 178 | | | `--leaf 710 | | `--[dendrogram w/ 2 branches and 3 members at h = 6.94] | | |--leaf 317 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | |--leaf 182 | | `--leaf 489 | `--[dendrogram w/ 2 branches and 15 members at h = 9.72] | |--[dendrogram w/ 2 branches and 6 members at h = 6.96] | | |--leaf 877 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.97] | | |--[dendrogram w/ 2 branches and 2 members at h = 4] | | | |--leaf 814 | | | `--leaf 831 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | |--leaf 600 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 360 | | `--leaf 785 | `--[dendrogram w/ 2 branches and 9 members at h = 7.72] | |--[dendrogram w/ 2 branches and 3 members at h = 4.42] | | |--leaf 921 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 569 | | `--leaf 692 | `--[dendrogram w/ 2 branches and 6 members at h = 5.46] | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 572 | | `--leaf 881 | `--[dendrogram w/ 2 branches and 4 members at h = 3.69] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 92 | | `--leaf 851 | `--[dendrogram w/ 2 branches and 2 members at h = 3] | |--leaf 203 | `--leaf 232 `--[dendrogram w/ 2 branches and 195 members at h = 83.3] |--[dendrogram w/ 2 branches and 68 members at h = 23.7] | |--[dendrogram w/ 2 branches and 30 members at h = 17.9] | | |--[dendrogram w/ 2 branches and 9 members at h = 10.2] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.62] | | | | |--leaf 989 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 580 | | | | `--leaf 704 | | | `--[dendrogram w/ 2 branches and 6 members at h = 6.76] | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.1] | | | | |--leaf 835 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 687 | | | | `--leaf 769 | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.49] | | | |--leaf 824 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | |--leaf 854 | | | `--leaf 950 | | `--[dendrogram w/ 2 branches and 21 members at h = 11.5] | | |--[dendrogram w/ 2 branches and 9 members at h = 7.08] | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.17] | | | | |--leaf 214 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 543 | | | | `--leaf 641 | | | `--[dendrogram w/ 2 branches and 6 members at h = 6.5] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 918 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 576 | | | | `--leaf 955 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.86] | | | |--leaf 593 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 771 | | | `--leaf 979 | | `--[dendrogram w/ 2 branches and 12 members at h = 9.34] | | |--[dendrogram w/ 2 branches and 4 members at h = 6.92] | | | |--leaf 263 | | | `--[dendrogram w/ 2 branches and 3 members at h = 6.16] | | | |--leaf 635 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 568 | | | `--leaf 857 | | `--[dendrogram w/ 2 branches and 8 members at h = 7.68] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.09] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 278 | | | | `--leaf 819 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 775 | | | `--leaf 833 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.28] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 11 | | | `--leaf 923 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 556 | | `--leaf 728 | `--[dendrogram w/ 2 branches and 38 members at h = 21.1] | |--[dendrogram w/ 2 branches and 11 members at h = 12.2] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.41] | | | |--leaf 169 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.84] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 180 | | | | `--leaf 259 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.33] | | | |--leaf 261 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | | |--leaf 986 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 188 | | | `--leaf 719 | | `--[dendrogram w/ 2 branches and 4 members at h = 6.77] | | |--leaf 179 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.8] | | |--leaf 168 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | |--leaf 799 | | `--leaf 981 | `--[dendrogram w/ 2 branches and 27 members at h = 13.4] | |--[dendrogram w/ 2 branches and 13 members at h = 7.55] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.69] | | | |--leaf 795 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 5 | | | `--leaf 310 | | `--[dendrogram w/ 2 branches and 10 members at h = 7.02] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.01] | | | |--leaf 36 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.6] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 166 | | | | `--leaf 389 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 217 | | | | `--leaf 289 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 199 | | | `--leaf 270 | | `--[dendrogram w/ 2 branches and 3 members at h = 5.7] | | |--leaf 200 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 274 | | `--leaf 778 | `--[dendrogram w/ 2 branches and 14 members at h = 10.3] | |--[dendrogram w/ 2 branches and 7 members at h = 7.98] | | |--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | |--leaf 125 | | | `--leaf 540 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.81] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 220 | | | `--leaf 247 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.2] | | |--leaf 900 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | |--leaf 108 | | `--leaf 216 | `--[dendrogram w/ 2 branches and 7 members at h = 8.42] | |--[dendrogram w/ 2 branches and 4 members at h = 5.24] | | |--leaf 388 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.84] | | |--leaf 368 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | |--leaf 142 | | `--leaf 276 | `--[dendrogram w/ 2 branches and 3 members at h = 5.54] | |--leaf 548 | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | |--leaf 466 | `--leaf 538 `--[dendrogram w/ 2 branches and 127 members at h = 33.1] |--[dendrogram w/ 2 branches and 31 members at h = 14.4] | |--[dendrogram w/ 2 branches and 13 members at h = 10.5] | | |--[dendrogram w/ 2 branches and 5 members at h = 6.38] | | | |--leaf 414 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.15] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 24 | | | | `--leaf 52 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | |--leaf 850 | | | `--leaf 963 | | `--[dendrogram w/ 2 branches and 8 members at h = 6.89] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.35] | | | |--leaf 102 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 43 | | | `--leaf 474 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.97] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 158 | | | `--leaf 175 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.39] | | |--leaf 792 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 40 | | `--leaf 553 | `--[dendrogram w/ 2 branches and 18 members at h = 11.6] | |--[dendrogram w/ 2 branches and 7 members at h = 5.58] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.07] | | | |--leaf 91 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4] | | | |--leaf 112 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 41 | | | `--leaf 89 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.43] | | |--leaf 465 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 98 | | `--leaf 181 | `--[dendrogram w/ 2 branches and 11 members at h = 10.3] | |--[dendrogram w/ 2 branches and 2 members at h = 6.86] | | |--leaf 307 | | `--leaf 469 | `--[dendrogram w/ 2 branches and 9 members at h = 9.11] | |--[dendrogram w/ 2 branches and 5 members at h = 5.25] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 71 | | | `--leaf 505 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.68] | | |--leaf 147 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 157 | | `--leaf 296 | `--[dendrogram w/ 2 branches and 4 members at h = 5.97] | |--leaf 325 | `--[dendrogram w/ 2 branches and 3 members at h = 4.64] | |--leaf 406 | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | |--leaf 143 | `--leaf 485 `--[dendrogram w/ 2 branches and 96 members at h = 26.4] |--[dendrogram w/ 2 branches and 39 members at h = 19.9] | |--[dendrogram w/ 2 branches and 21 members at h = 10.1] | | |--[dendrogram w/ 2 branches and 11 members at h = 8.55] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.75] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | | |--leaf 145 | | | | | `--leaf 218 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | | |--leaf 311 | | | | `--leaf 904 | | | `--[dendrogram w/ 2 branches and 7 members at h = 6.43] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.06] | | | | |--leaf 390 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 155 | | | | `--leaf 423 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.93] | | | |--leaf 272 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.08] | | | |--leaf 841 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 111 | | | `--leaf 139 | | `--[dendrogram w/ 2 branches and 10 members at h = 8.98] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 561 | | | `--leaf 686 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.96] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.01] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 393 | | | | `--leaf 476 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 330 | | | `--leaf 840 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.71] | | |--leaf 66 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.49] | | |--leaf 826 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 517 | | `--leaf 879 | `--[dendrogram w/ 2 branches and 18 members at h = 11.3] | |--[dendrogram w/ 2 branches and 6 members at h = 8.17] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.24] | | | |--leaf 495 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 130 | | | `--leaf 281 | | `--[dendrogram w/ 2 branches and 3 members at h = 6.36] | | |--leaf 450 | | `--[dendrogram w/ 2 branches and 2 members at h = 5.48] | | |--leaf 171 | | `--leaf 350 | `--[dendrogram w/ 2 branches and 12 members at h = 9.73] | |--[dendrogram w/ 2 branches and 6 members at h = 5] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.39] | | | |--leaf 246 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 647 | | | `--leaf 753 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.9] | | |--leaf 525 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 239 | | `--leaf 507 | `--[dendrogram w/ 2 branches and 6 members at h = 6] | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | |--leaf 794 | | `--leaf 932 | `--[dendrogram w/ 2 branches and 4 members at h = 5.72] | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 724 | | `--leaf 890 | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | |--leaf 86 | `--leaf 124 `--[dendrogram w/ 2 branches and 57 members at h = 22.5] |--[dendrogram w/ 2 branches and 16 members at h = 14.4] | |--[dendrogram w/ 2 branches and 7 members at h = 9.24] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 577 | | | `--leaf 701 | | `--[dendrogram w/ 2 branches and 5 members at h = 7.01] | | |--leaf 947 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.18] | | |--leaf 742 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | |--leaf 126 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 82 | | `--leaf 195 | `--[dendrogram w/ 2 branches and 9 members at h = 10.3] | |--[dendrogram w/ 2 branches and 5 members at h = 6.01] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 605 | | | `--leaf 729 | | `--[dendrogram w/ 2 branches and 3 members at h = 5.1] | | |--leaf 694 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 671 | | `--leaf 899 | `--[dendrogram w/ 2 branches and 4 members at h = 6.38] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 632 | | `--leaf 759 | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | |--leaf 797 | `--leaf 905 `--[dendrogram w/ 2 branches and 41 members at h = 17.2] |--[dendrogram w/ 2 branches and 15 members at h = 11.4] | |--[dendrogram w/ 2 branches and 5 members at h = 6.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 164 | | | `--leaf 898 | | `--[dendrogram w/ 2 branches and 3 members at h = 5.31] | | |--leaf 144 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 150 | | `--leaf 766 | `--[dendrogram w/ 2 branches and 10 members at h = 10] | |--[dendrogram w/ 2 branches and 5 members at h = 6.25] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 579 | | | `--leaf 703 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.68] | | |--leaf 504 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 62 | | `--leaf 137 | `--[dendrogram w/ 2 branches and 5 members at h = 7.44] | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 451 | | `--leaf 846 | `--[dendrogram w/ 2 branches and 3 members at h = 5.27] | |--leaf 501 | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | |--leaf 151 | `--leaf 791 `--[dendrogram w/ 2 branches and 26 members at h = 11.9] |--[dendrogram w/ 2 branches and 4 members at h = 6.23] | |--leaf 277 | `--[dendrogram w/ 2 branches and 3 members at h = 5.87] | |--leaf 140 | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | |--leaf 127 | `--leaf 628 `--[dendrogram w/ 2 branches and 22 members at h = 11.5] |--[dendrogram w/ 2 branches and 11 members at h = 7.02] | |--[dendrogram w/ 2 branches and 6 members at h = 3.97] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 329 | | | `--leaf 429 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.8] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 37 | | | `--leaf 122 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 49 | | `--leaf 186 | `--[dendrogram w/ 2 branches and 5 members at h = 4.14] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 331 | | `--leaf 431 | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | |--leaf 522 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 29 | `--leaf 897 `--[dendrogram w/ 2 branches and 11 members at h = 8.45] |--[dendrogram w/ 2 branches and 6 members at h = 5.45] | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 149 | | `--leaf 457 | `--[dendrogram w/ 2 branches and 4 members at h = 5.16] | |--leaf 458 | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | |--leaf 492 | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | |--leaf 194 | `--leaf 392 `--[dendrogram w/ 2 branches and 5 members at h = 6.85] |--[dendrogram w/ 2 branches and 2 members at h = 4.24] | |--leaf 3 | `--leaf 523 `--[dendrogram w/ 2 branches and 3 members at h = 4.97] |--leaf 335 `--[dendrogram w/ 2 branches and 2 members at h = 3.16] |--leaf 121 `--leaf 786 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/1oum51335799091.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/2d7zp1335799091.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/3ybbs1335799091.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/4idb71335799091.tab") + } > > try(system("convert tmp/1oum51335799091.ps tmp/1oum51335799091.png",intern=TRUE)) character(0) > try(system("convert tmp/2d7zp1335799091.ps tmp/2d7zp1335799091.png",intern=TRUE)) convert: unable to open image `tmp/2d7zp1335799091.ps': No such file or directory @ blob.c/OpenBlob/2480. convert: missing an image filename `tmp/2d7zp1335799091.png' @ convert.c/ConvertImageCommand/2838. character(0) Warning message: running command 'convert tmp/2d7zp1335799091.ps tmp/2d7zp1335799091.png' had status 1 > > > proc.time() user system elapsed 10.725 0.436 11.158