R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > par9 = 'cases' > par8 = 'ATTLES connected' > par7 = 'all' > par6 = 'all' > par5 = 'all' > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES connected' > par7 <- 'all' > par6 <- 'all' > par5 <- '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 1005 members at h = 177] |--[dendrogram w/ 2 branches and 235 members at h = 86.5] | |--[dendrogram w/ 2 branches and 83 members at h = 32.6] | | |--[dendrogram w/ 2 branches and 42 members at h = 17.6] | | | |--[dendrogram w/ 2 branches and 22 members at h = 8.19] | | | | |--[dendrogram w/ 2 branches and 12 members at h = 5.43] | | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.03] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 147 | | | | | | | `--leaf 514 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | | | | |--leaf 549 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 170 | | | | | | `--leaf 445 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.86] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.51] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 41 | | | | | | | `--leaf 89 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 392 | | | | | | `--leaf 790 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | | | | |--leaf 360 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 289 | | | | | `--leaf 653 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 6.33] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | |--leaf 473 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 112 | | | | | `--leaf 152 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.74] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 102 | | | | | `--leaf 277 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.7] | | | | |--leaf 158 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.51] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 40 | | | | | `--leaf 565 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 143 | | | | `--leaf 175 | | | `--[dendrogram w/ 2 branches and 20 members at h = 10.6] | | | |--[dendrogram w/ 2 branches and 5 members at h = 5.07] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.47] | | | | | |--leaf 168 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 811 | | | | | `--leaf 993 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 179 | | | | `--leaf 262 | | | `--[dendrogram w/ 2 branches and 15 members at h = 8.63] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.22] | | | | |--leaf 524 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 478 | | | | `--leaf 530 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.93] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.92] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 217 | | | | | `--leaf 568 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.76] | | | | |--leaf 935 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 799 | | | | `--leaf 932 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.98] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 124 | | | | `--leaf 973 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.19] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 555 | | | | `--leaf 682 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | |--leaf 354 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 317 | | | `--leaf 403 | | `--[dendrogram w/ 2 branches and 41 members at h = 20.4] | | |--[dendrogram w/ 2 branches and 13 members at h = 6.88] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.18] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | | | |--leaf 264 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 580 | | | | | `--leaf 731 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.41] | | | | |--leaf 169 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 166 | | | | `--leaf 188 | | | `--[dendrogram w/ 2 branches and 7 members at h = 6.35] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.71] | | | | |--leaf 998 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 180 | | | | `--leaf 260 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.25] | | | |--leaf 365 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | |--leaf 200 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 199 | | | `--leaf 275 | | `--[dendrogram w/ 2 branches and 28 members at h = 10] | | |--[dendrogram w/ 2 branches and 9 members at h = 5.59] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.89] | | | | |--leaf 611 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 592 | | | | `--leaf 716 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.13] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 663 | | | | `--leaf 776 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.19] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 216 | | | | `--leaf 285 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 605 | | | `--leaf 802 | | `--[dendrogram w/ 2 branches and 19 members at h = 7.12] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.46] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.29] | | | | |--leaf 866 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 781 | | | | `--leaf 962 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.79] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 967 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 588 | | | | `--leaf 930 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.71] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 279 | | | | `--leaf 845 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 831 | | | `--leaf 912 | | `--[dendrogram w/ 2 branches and 9 members at h = 6.06] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.86] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 699 | | | | `--leaf 991 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 847 | | | `--leaf 869 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.72] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | |--leaf 807 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 740 | | | `--leaf 783 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 457 | | `--leaf 995 | `--[dendrogram w/ 2 branches and 152 members at h = 42.4] | |--[dendrogram w/ 2 branches and 63 members at h = 21.3] | | |--[dendrogram w/ 2 branches and 21 members at h = 6.66] | | | |--[dendrogram w/ 2 branches and 11 members at h = 3.72] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 965 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 625 | | | | | `--leaf 648 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.47] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 620 | | | | | | `--leaf 732 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 75 | | | | | `--leaf 582 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 791 | | | | | `--leaf 846 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 521 | | | | `--leaf 899 | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.39] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 594 | | | | `--leaf 718 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.93] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 562 | | | | | `--leaf 688 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 701 | | | | `--leaf 850 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 634 | | | | `--leaf 721 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 660 | | | `--leaf 683 | | `--[dendrogram w/ 2 branches and 42 members at h = 14.3] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.44] | | | |--[dendrogram w/ 2 branches and 9 members at h = 3.74] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 619 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 597 | | | | | `--leaf 678 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.29] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 346 | | | | | `--leaf 906 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.71] | | | | |--leaf 970 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 905 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 627 | | | | `--leaf 821 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.51] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 60 | | | | `--leaf 944 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.99] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 862 | | | | `--leaf 975 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | | |--leaf 669 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 283 | | | `--leaf 854 | | `--[dendrogram w/ 2 branches and 26 members at h = 12.1] | | |--[dendrogram w/ 2 branches and 12 members at h = 5.75] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 551 | | | | | `--leaf 616 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 687 | | | | `--leaf 931 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.79] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.46] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 729 | | | | | `--leaf 982 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 500 | | | | `--leaf 936 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.8] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 671 | | | | `--leaf 787 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 686 | | | `--leaf 960 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.72] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.29] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.43] | | | | |--leaf 911 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 294 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 695 | | | | `--leaf 777 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.98] | | | |--leaf 714 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 617 | | | `--leaf 741 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.45] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 914 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 641 | | | `--leaf 812 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.94] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 587 | | | `--leaf 710 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 295 | | `--leaf 399 | `--[dendrogram w/ 2 branches and 89 members at h = 26.1] | |--[dendrogram w/ 2 branches and 27 members at h = 14.5] | | |--[dendrogram w/ 2 branches and 9 members at h = 6.05] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.58] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 347 | | | | | `--leaf 600 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 205 | | | | `--leaf 880 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.23] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | |--leaf 220 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 52 | | | | `--leaf 248 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 190 | | | `--leaf 393 | | `--[dendrogram w/ 2 branches and 18 members at h = 8.5] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.77] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | | |--leaf 575 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 24 | | | | `--leaf 173 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | |--leaf 466 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 532 | | | `--leaf 768 | | `--[dendrogram w/ 2 branches and 12 members at h = 6.25] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.86] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 198 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 157 | | | | `--leaf 297 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 11 | | | `--leaf 511 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.47] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 125 | | | `--leaf 552 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 91 | | | `--leaf 583 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 659 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 696 | | `--leaf 765 | `--[dendrogram w/ 2 branches and 62 members at h = 17.7] | |--[dendrogram w/ 2 branches and 24 members at h = 9.92] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.85] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3] | | | | |--leaf 746 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 664 | | | | `--leaf 670 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.29] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 402 | | | | `--leaf 818 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.5] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 978 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 770 | | | | `--leaf 934 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 558 | | | `--leaf 680 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.12] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 569 | | | `--leaf 694 | | `--[dendrogram w/ 2 branches and 12 members at h = 4.65] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.55] | | | |--[dendrogram w/ 2 branches and 3 members at h = 0] | | | | |--leaf 951 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 574 | | | | `--leaf 638 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 737 | | | `--leaf 805 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.23] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 753 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 650 | | | `--leaf 979 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.76] | | |--leaf 245 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 754 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 890 | | `--leaf 903 | `--[dendrogram w/ 2 branches and 38 members at h = 13.7] | |--[dendrogram w/ 2 branches and 19 members at h = 7.23] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.53] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.64] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 789 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 88 | | | | | `--leaf 258 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 804 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 113 | | | | `--leaf 780 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.31] | | | |--leaf 419 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 53 | | | `--leaf 782 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.46] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.82] | | | |--leaf 675 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 149 | | | `--leaf 972 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.09] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 606 | | | `--leaf 735 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.31] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 926 | | | `--leaf 986 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 193 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 256 | | `--leaf 752 | `--[dendrogram w/ 2 branches and 19 members at h = 8.16] | |--[dendrogram w/ 2 branches and 8 members at h = 4.29] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.67] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 806 | | | | `--leaf 927 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 570 | | | `--leaf 720 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 225 | | | `--leaf 329 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 527 | | `--leaf 1001 | `--[dendrogram w/ 2 branches and 11 members at h = 5.94] | |--[dendrogram w/ 2 branches and 4 members at h = 3.9] | | |--leaf 959 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.78] | | |--leaf 908 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 196 | | `--leaf 971 | `--[dendrogram w/ 2 branches and 7 members at h = 4] | |--[dendrogram w/ 2 branches and 4 members at h = 3.15] | | |--leaf 705 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 894 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 10 | | `--leaf 885 | `--[dendrogram w/ 2 branches and 3 members at h = 3.77] | |--leaf 174 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 817 | `--leaf 837 `--[dendrogram w/ 2 branches and 770 members at h = 167] |--[dendrogram w/ 2 branches and 231 members at h = 44.1] | |--[dendrogram w/ 2 branches and 143 members at h = 27.3] | | |--[dendrogram w/ 2 branches and 51 members at h = 13.3] | | | |--[dendrogram w/ 2 branches and 9 members at h = 5.94] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.25] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 314 | | | | | | `--leaf 349 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 453 | | | | | `--leaf 476 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.76] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 408 | | | | | `--leaf 507 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | | |--leaf 448 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 356 | | | | `--leaf 372 | | | `--[dendrogram w/ 2 branches and 42 members at h = 9.39] | | | |--[dendrogram w/ 2 branches and 13 members at h = 4.18] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.86] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 518 | | | | | | `--leaf 548 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.23] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 110 | | | | | | `--leaf 400 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 58 | | | | | `--leaf 423 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.58] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | | | | |--leaf 550 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 531 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 374 | | | | | `--leaf 485 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 496 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 385 | | | | `--leaf 431 | | | `--[dendrogram w/ 2 branches and 29 members at h = 8.29] | | | |--[dendrogram w/ 2 branches and 12 members at h = 5.7] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.4] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | | |--leaf 105 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 99 | | | | | | `--leaf 253 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 369 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 22 | | | | | `--leaf 28 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.52] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 413 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 243 | | | | | `--leaf 849 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | |--leaf 439 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 622 | | | | `--leaf 744 | | | `--[dendrogram w/ 2 branches and 17 members at h = 5.78] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.3] | | | | |--[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 426 | | | | | `--leaf 863 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 479 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 390 | | | | `--leaf 398 | | | `--[dendrogram w/ 2 branches and 10 members at h = 3.86] | | | |--[dendrogram w/ 2 branches and 6 members at h = 1.99] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 319 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 95 | | | | | `--leaf 156 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 207 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 25 | | | | `--leaf 259 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.75] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 202 | | | | `--leaf 404 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 92 | | | `--leaf 498 | | `--[dendrogram w/ 2 branches and 92 members at h = 24.5] | | |--[dendrogram w/ 2 branches and 34 members at h = 13.7] | | | |--[dendrogram w/ 2 branches and 13 members at h = 5.99] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.44] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | | | |--leaf 367 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 219 | | | | | | `--leaf 414 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.86] | | | | | |--leaf 357 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 542 | | | | | `--leaf 762 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 559 | | | | | `--leaf 684 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.39] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 432 | | | | | `--leaf 919 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 341 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 148 | | | | `--leaf 242 | | | `--[dendrogram w/ 2 branches and 21 members at h = 6.71] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.35] | | | | |--leaf 278 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 85 | | | | `--leaf 722 | | | `--[dendrogram w/ 2 branches and 18 members at h = 5.98] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.79] | | | | |--leaf 529 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | |--leaf 822 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 222 | | | | `--leaf 241 | | | `--[dendrogram w/ 2 branches and 14 members at h = 5.06] | | | |--[dendrogram w/ 2 branches and 9 members at h = 3.44] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | | |--leaf 291 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 191 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 72 | | | | | `--leaf 74 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 228 | | | | | `--leaf 284 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 165 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 567 | | | | `--leaf 692 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.99] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 288 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 136 | | | | `--leaf 163 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 415 | | | `--leaf 443 | | `--[dendrogram w/ 2 branches and 58 members at h = 14.2] | | |--[dendrogram w/ 2 branches and 18 members at h = 9.48] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.15] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 424 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 389 | | | | | `--leaf 471 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 462 | | | | | `--leaf 481 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 339 | | | | `--leaf 464 | | | `--[dendrogram w/ 2 branches and 11 members at h = 5.74] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.52] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 26 | | | | | `--leaf 254 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--leaf 388 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 315 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 197 | | | | `--leaf 690 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.88] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 563 | | | | `--leaf 689 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 517 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 286 | | | `--leaf 502 | | `--[dendrogram w/ 2 branches and 40 members at h = 11.9] | | |--[dendrogram w/ 2 branches and 19 members at h = 6.24] | | | |--[dendrogram w/ 2 branches and 7 members at h = 2.37] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 293 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 14 | | | | | `--leaf 252 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | |--leaf 819 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 269 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 1 | | | | `--leaf 77 | | | `--[dendrogram w/ 2 branches and 12 members at h = 4.77] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 255 | | | | | `--leaf 343 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 427 | | | | `--leaf 546 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.45] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 224 | | | | | `--leaf 307 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 302 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 733 | | | | `--leaf 755 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 332 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 330 | | | `--leaf 441 | | `--[dendrogram w/ 2 branches and 21 members at h = 7.77] | | |--[dendrogram w/ 2 branches and 15 members at h = 4.55] | | | |--[dendrogram w/ 2 branches and 8 members at h = 2.94] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 537 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 68 | | | | | `--leaf 96 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.18] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 553 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 55 | | | | | `--leaf 540 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 412 | | | | `--leaf 520 | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.99] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 469 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 436 | | | | `--leaf 536 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 48 | | | | `--leaf 342 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 299 | | | `--leaf 378 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.62] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 455 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 405 | | | `--leaf 525 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 348 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 178 | | `--leaf 380 | `--[dendrogram w/ 2 branches and 88 members at h = 29.8] | |--[dendrogram w/ 2 branches and 38 members at h = 9.75] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.75] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | |--leaf 463 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 51 | | | | `--leaf 232 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.13] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 183 | | | | `--leaf 362 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.52] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 65 | | | | `--leaf 480 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 27 | | | `--leaf 282 | | `--[dendrogram w/ 2 branches and 29 members at h = 7.37] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.44] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.59] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 61 | | | | | `--leaf 508 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 371 | | | | `--leaf 859 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 287 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 100 | | | | `--leaf 109 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 130 | | | `--leaf 672 | | `--[dendrogram w/ 2 branches and 20 members at h = 6.66] | | |--[dendrogram w/ 2 branches and 10 members at h = 3.66] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.05] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 177 | | | | | `--leaf 337 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 433 | | | | `--leaf 477 | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.74] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 123 | | | | `--leaf 304 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.29] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 97 | | | | `--leaf 131 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 76 | | | `--leaf 519 | | `--[dendrogram w/ 2 branches and 10 members at h = 4.62] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.07] | | | |--leaf 446 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | |--leaf 407 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 290 | | | `--leaf 499 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.34] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 142 | | | `--leaf 449 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.68] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 115 | | | `--leaf 442 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 235 | | `--leaf 270 | `--[dendrogram w/ 2 branches and 50 members at h = 23.5] | |--[dendrogram w/ 2 branches and 27 members at h = 9.03] | | |--[dendrogram w/ 2 branches and 14 members at h = 6.4] | | | |--[dendrogram w/ 2 branches and 9 members at h = 3.88] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.19] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 359 | | | | | | `--leaf 492 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 31 | | | | | `--leaf 534 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.65] | | | | |--[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 2 members at h = 2] | | | | |--leaf 204 | | | | `--leaf 438 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.56] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 229 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 64 | | | | `--leaf 945 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 327 | | | `--leaf 421 | | `--[dendrogram w/ 2 branches and 13 members at h = 8.63] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.73] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 5 | | | | `--leaf 829 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | |--leaf 706 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 4 | | | `--leaf 311 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.23] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.44] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 159 | | | | `--leaf 820 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.9] | | | |--leaf 881 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 214 | | | `--leaf 366 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.68] | | |--leaf 709 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 73 | | `--leaf 992 | `--[dendrogram w/ 2 branches and 23 members at h = 12.9] | |--[dendrogram w/ 2 branches and 11 members at h = 7.79] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.52] | | | |--leaf 310 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 184 | | | `--leaf 263 | | `--[dendrogram w/ 2 branches and 8 members at h = 4.96] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.79] | | | |--leaf 904 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | |--leaf 108 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 103 | | | `--leaf 226 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.88] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 321 | | | `--leaf 467 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 401 | | `--leaf 724 | `--[dendrogram w/ 2 branches and 12 members at h = 8.5] | |--[dendrogram w/ 2 branches and 7 members at h = 3.1] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 265 | | | `--leaf 897 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.43] | | |--leaf 918 | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 23 | | | `--leaf 185 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 237 | | `--leaf 251 | `--[dendrogram w/ 2 branches and 5 members at h = 3.98] | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 836 | | `--leaf 948 | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | |--leaf 373 | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 247 | `--leaf 309 `--[dendrogram w/ 2 branches and 539 members at h = 86.8] |--[dendrogram w/ 2 branches and 147 members at h = 43.5] | |--[dendrogram w/ 2 branches and 71 members at h = 20.8] | | |--[dendrogram w/ 2 branches and 36 members at h = 13.3] | | | |--[dendrogram w/ 2 branches and 16 members at h = 7.5] | | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.76] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | | |--leaf 187 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 858 | | | | | | `--leaf 864 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.41] | | | | | |--leaf 240 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 167 | | | | | | `--leaf 429 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 42 | | | | | `--leaf 440 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.58] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | | | | |--leaf 535 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 990 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 153 | | | | | `--leaf 516 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.24] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 90 | | | | | `--leaf 273 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 86 | | | | `--leaf 736 | | | `--[dendrogram w/ 2 branches and 20 members at h = 7.6] | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.84] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | | | |--leaf 418 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 98 | | | | | `--leaf 493 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.8] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 292 | | | | | `--leaf 391 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 815 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 361 | | | | `--leaf 743 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.91] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | |--leaf 36 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 80 | | | | `--leaf 271 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.25] | | | |--leaf 308 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.8] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 78 | | | | | `--leaf 954 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 71 | | | | `--leaf 106 | | | `--[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 244 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 189 | | | `--leaf 626 | | `--[dendrogram w/ 2 branches and 35 members at h = 16.4] | | |--[dendrogram w/ 2 branches and 13 members at h = 7.23] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.78] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | | |--leaf 215 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 118 | | | | | `--leaf 488 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | |--leaf 778 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 150 | | | | `--leaf 411 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.59] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | |--leaf 556 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 128 | | | | `--leaf 313 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.53] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 39 | | | | `--leaf 324 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 144 | | | `--leaf 774 | | `--[dendrogram w/ 2 branches and 22 members at h = 9.81] | | |--[dendrogram w/ 2 branches and 8 members at h = 3.38] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 300 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 7 | | | | `--leaf 386 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.17] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 249 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 206 | | | | `--leaf 305 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 201 | | | `--leaf 268 | | `--[dendrogram w/ 2 branches and 14 members at h = 5.71] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.71] | | | |--leaf 353 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 458 | | | `--leaf 937 | | `--[dendrogram w/ 2 branches and 11 members at h = 4.17] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.7] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 996 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 120 | | | | `--leaf 711 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 117 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 81 | | | `--leaf 725 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.13] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 607 | | | `--leaf 730 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 654 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 45 | | `--leaf 470 | `--[dendrogram w/ 2 branches and 76 members at h = 27.9] | |--[dendrogram w/ 2 branches and 39 members at h = 11.9] | | |--[dendrogram w/ 2 branches and 15 members at h = 7.48] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.5] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.32] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 62 | | | | | | `--leaf 208 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 646 | | | | | `--leaf 826 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 784 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 19 | | | | `--leaf 135 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.74] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3] | | | | |--leaf 164 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | |--leaf 465 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 54 | | | | `--leaf 218 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.88] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 591 | | | | `--leaf 715 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 140 | | | `--leaf 612 | | `--[dendrogram w/ 2 branches and 24 members at h = 8.83] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.43] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.35] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 417 | | | | | `--leaf 668 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.05] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 37 | | | | | `--leaf 351 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 138 | | | | `--leaf 747 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.57] | | | |--leaf 312 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | |--leaf 145 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 506 | | | `--leaf 513 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.16] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 383 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 56 | | | | `--leaf 213 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 250 | | | `--leaf 497 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.29] | | |--[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 363 | | | `--leaf 879 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.15] | | |--leaf 494 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | |--leaf 590 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 137 | | `--leaf 223 | `--[dendrogram w/ 2 branches and 37 members at h = 15.6] | |--[dendrogram w/ 2 branches and 15 members at h = 4.91] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.76] | | | |--leaf 482 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 43 | | | `--leaf 154 | | `--[dendrogram w/ 2 branches and 12 members at h = 4.43] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.45] | | | |--leaf 842 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 2 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 382 | | | `--leaf 394 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.12] | | |--leaf 435 | | `--[dendrogram w/ 2 branches and 7 members at h = 2.88] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 326 | | | `--leaf 459 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.57] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 231 | | | `--leaf 857 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 902 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 20 | | `--leaf 430 | `--[dendrogram w/ 2 branches and 22 members at h = 6.19] | |--[dendrogram w/ 2 branches and 10 members at h = 4.09] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.71] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 59 | | | | `--leaf 155 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 355 | | | `--leaf 515 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.03] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 841 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 301 | | | `--leaf 364 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | |--leaf 632 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 236 | | `--leaf 793 | `--[dendrogram w/ 2 branches and 12 members at h = 4.53] | |--[dendrogram w/ 2 branches and 3 members at h = 1.89] | | |--leaf 661 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 639 | | `--leaf 708 | `--[dendrogram w/ 2 branches and 9 members at h = 2.62] | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 628 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 67 | | `--leaf 428 | `--[dendrogram w/ 2 branches and 6 members at h = 2.25] | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 816 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 280 | | `--leaf 810 | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | |--leaf 941 | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 437 | `--leaf 651 `--[dendrogram w/ 2 branches and 392 members at h = 73.7] |--[dendrogram w/ 2 branches and 219 members at h = 34.6] | |--[dendrogram w/ 2 branches and 30 members at h = 17.4] | | |--[dendrogram w/ 2 branches and 13 members at h = 5.82] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4] | | | | |--leaf 647 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 560 | | | | `--leaf 938 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 129 | | | | `--leaf 238 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.42] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 589 | | | | `--leaf 713 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.59] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | | |--leaf 933 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 468 | | | | `--leaf 843 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | |--leaf 801 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 794 | | | `--leaf 874 | | `--[dendrogram w/ 2 branches and 17 members at h = 7.89] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.91] | | | |--leaf 955 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 318 | | | `--leaf 997 | | `--[dendrogram w/ 2 branches and 14 members at h = 6.08] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.72] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 509 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 276 | | | | `--leaf 999 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 763 | | | `--leaf 796 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.49] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 644 | | | | `--leaf 771 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 657 | | | `--leaf 917 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.98] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 209 | | | `--leaf 296 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | |--leaf 788 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 581 | | `--leaf 704 | `--[dendrogram w/ 2 branches and 189 members at h = 30.6] | |--[dendrogram w/ 2 branches and 77 members at h = 21.1] | | |--[dendrogram w/ 2 branches and 32 members at h = 11.7] | | | |--[dendrogram w/ 2 branches and 17 members at h = 5.77] | | | | |--[dendrogram w/ 2 branches and 10 members at h = 4.09] | | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.71] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 325 | | | | | | | `--leaf 840 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 33 | | | | | | | `--leaf 554 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 133 | | | | | | `--leaf 203 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.97] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 194 | | | | | | `--leaf 246 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 578 | | | | | `--leaf 856 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.25] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 30 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 8 | | | | | `--leaf 233 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.35] | | | | |--leaf 474 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | |--leaf 331 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 162 | | | | `--leaf 335 | | | `--[dendrogram w/ 2 branches and 15 members at h = 9.24] | | | |--[dendrogram w/ 2 branches and 10 members at h = 3.49] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | | |--leaf 486 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 227 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 70 | | | | | `--leaf 545 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 749 | | | | | `--leaf 1002 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--leaf 615 | | | | `--[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 823 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.75] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 460 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 93 | | | | `--leaf 182 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 161 | | | `--leaf 541 | | `--[dendrogram w/ 2 branches and 45 members at h = 12] | | |--[dendrogram w/ 2 branches and 22 members at h = 7.01] | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.61] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 303 | | | | | | `--leaf 640 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 451 | | | | | `--leaf 490 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | | |--leaf 673 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 610 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 79 | | | | `--leaf 320 | | | `--[dendrogram w/ 2 branches and 14 members at h = 5.98] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.38] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 172 | | | | | | `--leaf 621 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 186 | | | | | `--leaf 637 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 6 | | | | `--leaf 127 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.9] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | |--leaf 456 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 599 | | | | `--leaf 609 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.59] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 808 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 336 | | | | `--leaf 772 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 420 | | | `--leaf 544 | | `--[dendrogram w/ 2 branches and 23 members at h = 7.64] | | |--[dendrogram w/ 2 branches and 11 members at h = 3.96] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.65] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 9 | | | | | `--leaf 483 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 47 | | | | `--leaf 434 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.46] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 345 | | | | `--leaf 472 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.29] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 523 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 34 | | | | `--leaf 444 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 395 | | | `--leaf 422 | | `--[dendrogram w/ 2 branches and 12 members at h = 4.02] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.41] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 274 | | | | `--leaf 561 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 12 | | | `--leaf 564 | | `--[dendrogram w/ 2 branches and 8 members at h = 2.88] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 655 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 795 | | | `--leaf 833 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.21] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 230 | | | `--leaf 953 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 447 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 17 | | `--leaf 35 | `--[dendrogram w/ 2 branches and 112 members at h = 21.4] | |--[dendrogram w/ 2 branches and 26 members at h = 13.1] | | |--[dendrogram w/ 2 branches and 18 members at h = 7.38] | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.93] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | | |--leaf 957 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 958 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 766 | | | | | `--leaf 844 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 15 | | | | | `--leaf 107 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 425 | | | | `--leaf 712 | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.95] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 87 | | | | | `--leaf 387 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | |--leaf 375 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 487 | | | | `--leaf 503 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.2] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 572 | | | | `--leaf 697 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 797 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 328 | | | `--leaf 685 | | `--[dendrogram w/ 2 branches and 8 members at h = 7.91] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.17] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 956 | | | | `--leaf 966 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.1] | | | |--leaf 942 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 3 | | | `--leaf 839 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.53] | | |--leaf 889 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 623 | | `--leaf 745 | `--[dendrogram w/ 2 branches and 86 members at h = 16.3] | |--[dendrogram w/ 2 branches and 32 members at h = 11.8] | | |--[dendrogram w/ 2 branches and 20 members at h = 6.35] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.43] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | | |--leaf 234 | | | | | | `--leaf 961 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 298 | | | | | `--leaf 865 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | | |--leaf 181 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 584 | | | | `--leaf 1004 | | | `--[dendrogram w/ 2 branches and 13 members at h = 4.78] | | | |--[dendrogram w/ 2 branches and 5 members at h = 1.39] | | | | |--leaf 924 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.37] | | | | |--leaf 751 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 121 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 613 | | | | `--leaf 642 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.88] | | | | |--leaf 910 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 739 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 396 | | | | `--leaf 742 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.66] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 114 | | | | `--leaf 981 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 13 | | | `--leaf 703 | | `--[dendrogram w/ 2 branches and 12 members at h = 6.36] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.68] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 69 | | | | `--leaf 631 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 939 | | | | `--leaf 950 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 504 | | | `--leaf 915 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.41] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 604 | | | `--leaf 757 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.81] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 533 | | | `--leaf 773 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 900 | | `--leaf 913 | `--[dendrogram w/ 2 branches and 54 members at h = 13.8] | |--[dendrogram w/ 2 branches and 17 members at h = 4.78] | | |--[dendrogram w/ 2 branches and 8 members at h = 3.25] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 32 | | | | | `--leaf 875 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 596 | | | | `--leaf 803 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.94] | | | |--leaf 151 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 835 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 334 | | | `--leaf 700 | | `--[dendrogram w/ 2 branches and 9 members at h = 3.48] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.97] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 786 | | | | `--leaf 893 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 920 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 868 | | | `--leaf 891 | | `--[dendrogram w/ 2 branches and 4 members at h = 2] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 579 | | | `--leaf 702 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 827 | | `--leaf 928 | `--[dendrogram w/ 2 branches and 37 members at h = 9.79] | |--[dendrogram w/ 2 branches and 15 members at h = 3.96] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.57] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | |--leaf 980 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 785 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 539 | | | | `--leaf 693 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 872 | | | `--leaf 876 | | `--[dendrogram w/ 2 branches and 9 members at h = 2.74] | | |--[dendrogram w/ 2 branches and 3 members at h = 0] | | | |--leaf 838 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 624 | | | `--leaf 676 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.54] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 851 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 381 | | | `--leaf 848 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 1003 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 813 | | `--leaf 949 | `--[dendrogram w/ 2 branches and 22 members at h = 5.81] | |--[dendrogram w/ 2 branches and 8 members at h = 3.37] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 146 | | | | `--leaf 929 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 368 | | | `--leaf 679 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 643 | | | `--leaf 887 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 984 | | `--leaf 994 | `--[dendrogram w/ 2 branches and 14 members at h = 4.21] | |--[dendrogram w/ 2 branches and 4 members at h = 2.67] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 281 | | | `--leaf 878 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 665 | | `--leaf 707 | `--[dendrogram w/ 2 branches and 10 members at h = 3.2] | |--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 828 | | | `--leaf 909 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 832 | | `--leaf 895 | `--[dendrogram w/ 2 branches and 6 members at h = 2.37] | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 636 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 29 | | `--leaf 630 | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | |--leaf 825 | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf 798 | `--leaf 943 `--[dendrogram w/ 2 branches and 173 members at h = 51] |--[dendrogram w/ 2 branches and 49 members at h = 13.9] | |--[dendrogram w/ 2 branches and 18 members at h = 5.62] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 352 | | | | `--leaf 370 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 512 | | | `--leaf 855 | | `--[dendrogram w/ 2 branches and 14 members at h = 4.46] | | |--[dendrogram w/ 2 branches and 6 members at h = 2.94] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 409 | | | | `--leaf 452 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.41] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 877 | | | | `--leaf 974 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 586 | | | `--leaf 834 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.93] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.68] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 323 | | | | `--leaf 585 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 884 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 748 | | | `--leaf 867 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 759 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 358 | | `--leaf 522 | `--[dendrogram w/ 2 branches and 31 members at h = 10.8] | |--[dendrogram w/ 2 branches and 10 members at h = 4.9] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 677 | | | | `--leaf 1005 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 681 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 873 | | | `--leaf 907 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.04] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 526 | | | `--leaf 792 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 989 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 633 | | `--leaf 824 | `--[dendrogram w/ 2 branches and 21 members at h = 8.56] | |--[dendrogram w/ 2 branches and 8 members at h = 4.36] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.4] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 573 | | | | `--leaf 698 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 870 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 809 | | | `--leaf 830 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.77] | | |--leaf 557 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 601 | | `--leaf 726 | `--[dendrogram w/ 2 branches and 13 members at h = 4.41] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 510 | | `--leaf 976 | `--[dendrogram w/ 2 branches and 11 members at h = 3.45] | |--[dendrogram w/ 2 branches and 5 members at h = 2.15] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 674 | | | `--leaf 969 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 860 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 760 | | `--leaf 987 | `--[dendrogram w/ 2 branches and 6 members at h = 2.58] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 397 | | `--leaf 767 | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | |--leaf 852 | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | |--leaf 484 | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 333 | `--leaf 946 `--[dendrogram w/ 2 branches and 124 members at h = 31.3] |--[dendrogram w/ 2 branches and 51 members at h = 15.1] | |--[dendrogram w/ 2 branches and 20 members at h = 7.9] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.67] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.65] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 50 | | | | | `--leaf 221 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.43] | | | | |--leaf 450 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 853 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 577 | | | | `--leaf 734 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 212 | | | | `--leaf 489 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 306 | | | `--leaf 350 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.59] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 83 | | | | `--leaf 344 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 406 | | | `--leaf 416 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.75] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.89] | | | |--leaf 547 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 595 | | | `--leaf 719 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 528 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 898 | | `--leaf 923 | `--[dendrogram w/ 2 branches and 31 members at h = 8.8] | |--[dendrogram w/ 2 branches and 10 members at h = 5.33] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | |--leaf 239 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 192 | | | `--leaf 968 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.24] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 901 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 603 | | | `--leaf 728 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 649 | | | `--leaf 871 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 495 | | `--leaf 764 | `--[dendrogram w/ 2 branches and 21 members at h = 7.92] | |--[dendrogram w/ 2 branches and 5 members at h = 3.3] | | |--leaf 171 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 111 | | | `--leaf 139 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 576 | | `--leaf 658 | `--[dendrogram w/ 2 branches and 16 members at h = 5.85] | |--[dendrogram w/ 2 branches and 9 members at h = 3.01] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 769 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 257 | | | `--leaf 656 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.2] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 379 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 18 | | | `--leaf 84 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 176 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 119 | | `--leaf 160 | `--[dendrogram w/ 2 branches and 7 members at h = 3.53] | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 211 | | `--leaf 272 | `--[dendrogram w/ 2 branches and 5 members at h = 2.87] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 614 | | `--leaf 738 | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | |--leaf 132 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 261 | `--leaf 952 `--[dendrogram w/ 2 branches and 73 members at h = 20.7] |--[dendrogram w/ 2 branches and 42 members at h = 15] | |--[dendrogram w/ 2 branches and 15 members at h = 7.8] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.45] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 384 | | | | `--leaf 723 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 322 | | | | `--leaf 761 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 892 | | | `--leaf 922 | | `--[dendrogram w/ 2 branches and 9 members at h = 5] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 756 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 566 | | | `--leaf 691 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.43] | | |--leaf 338 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.22] | | |--leaf 882 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 775 | | | `--leaf 964 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 571 | | `--leaf 635 | `--[dendrogram w/ 2 branches and 27 members at h = 11.8] | |--[dendrogram w/ 2 branches and 11 members at h = 5.78] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.06] | | | |--leaf 645 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 501 | | | `--leaf 977 | | `--[dendrogram w/ 2 branches and 8 members at h = 4.98] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.07] | | | |--leaf 861 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 267 | | | `--leaf 662 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.41] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 758 | | | `--leaf 921 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 883 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 983 | | `--leaf 985 | `--[dendrogram w/ 2 branches and 16 members at h = 7.51] | |--[dendrogram w/ 2 branches and 5 members at h = 2.85] | | |--leaf 63 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.17] | | |--leaf 543 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | |--leaf 886 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 66 | | `--leaf 195 | `--[dendrogram w/ 2 branches and 11 members at h = 4.72] | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 925 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 629 | | `--leaf 988 | `--[dendrogram w/ 2 branches and 8 members at h = 3.18] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 82 | | `--leaf 126 | `--[dendrogram w/ 2 branches and 6 members at h = 2.35] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 888 | | `--leaf 896 | `--[dendrogram w/ 2 branches and 4 members at h = 1.71] | |--leaf 618 | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | |--leaf 608 | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 340 | `--leaf 475 `--[dendrogram w/ 2 branches and 31 members at h = 16.8] |--[dendrogram w/ 2 branches and 19 members at h = 7.01] | |--[dendrogram w/ 2 branches and 5 members at h = 3.35] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 593 | | | `--leaf 717 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 505 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 598 | | `--leaf 666 | `--[dendrogram w/ 2 branches and 14 members at h = 5.04] | |--[dendrogram w/ 2 branches and 8 members at h = 3.49] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 461 | | | | `--leaf 963 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 667 | | | `--leaf 947 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 266 | | | `--leaf 750 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 491 | | `--leaf 779 | `--[dendrogram w/ 2 branches and 6 members at h = 3.86] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 57 | | `--leaf 376 | `--[dendrogram w/ 2 branches and 4 members at h = 2.8] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 316 | | `--leaf 940 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 410 | `--leaf 652 `--[dendrogram w/ 2 branches and 12 members at h = 7.68] |--[dendrogram w/ 2 branches and 4 members at h = 3.06] | |--leaf 377 | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | |--leaf 800 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 21 | `--leaf 538 `--[dendrogram w/ 2 branches and 8 members at h = 4.52] |--[dendrogram w/ 2 branches and 6 members at h = 2.97] | |--leaf 916 | `--[dendrogram w/ 2 branches and 5 members at h = 2.64] | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | |--leaf 814 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 602 | | `--leaf 727 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 210 | `--leaf 454 `--[dendrogram w/ 2 branches and 2 members at h = 3] |--leaf 104 `--leaf 1000 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/1tq721335426059.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/2plv41335426059.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/3nsph1335426059.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/4el7r1335426059.tab") + } > > try(system("convert tmp/1tq721335426059.ps tmp/1tq721335426059.png",intern=TRUE)) character(0) > try(system("convert tmp/2plv41335426059.ps tmp/2plv41335426059.png",intern=TRUE)) convert: unable to open image `tmp/2plv41335426059.ps': No such file or directory @ blob.c/OpenBlob/2480. convert: missing an image filename `tmp/2plv41335426059.png' @ convert.c/ConvertImageCommand/2838. character(0) Warning message: running command 'convert tmp/2plv41335426059.ps tmp/2plv41335426059.png' had status 1 > > > proc.time() user system elapsed 10.455 0.299 10.773