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 separate' > 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 separate' > 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 996 members at h = 239] |--[dendrogram w/ 2 branches and 265 members at h = 86.1] | |--[dendrogram w/ 2 branches and 86 members at h = 21.5] | | |--[dendrogram w/ 2 branches and 43 members at h = 13.4] | | | |--[dendrogram w/ 2 branches and 13 members at h = 7.73] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.52] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | | | |--leaf 587 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 67 | | | | | | `--leaf 235 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | | |--leaf 815 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 417 | | | | | `--leaf 835 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.42] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.81] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 576 | | | | | | `--leaf 886 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 678 | | | | | `--leaf 875 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | |--leaf 991 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 828 | | | | `--leaf 839 | | | `--[dendrogram w/ 2 branches and 30 members at h = 10.9] | | | |--[dendrogram w/ 2 branches and 14 members at h = 4.55] | | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.15] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.37] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 639 | | | | | | | `--leaf 976 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 752 | | | | | | `--leaf 846 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.67] | | | | | |--leaf 944 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | | |--leaf 758 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 616 | | | | | `--leaf 968 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.22] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 586 | | | | | `--leaf 710 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.88] | | | | |--leaf 913 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 322 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 700 | | | | `--leaf 996 | | | `--[dendrogram w/ 2 branches and 16 members at h = 7.08] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.77] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | | |--leaf 737 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 566 | | | | | `--leaf 869 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.34] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 573 | | | | | `--leaf 979 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 714 | | | | `--leaf 904 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.96] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 321 | | | | `--leaf 965 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.36] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 830 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 439 | | | | `--leaf 599 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 352 | | | | `--leaf 730 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 651 | | | `--leaf 814 | | `--[dendrogram w/ 2 branches and 43 members at h = 14.6] | | |--[dendrogram w/ 2 branches and 12 members at h = 6.33] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 557 | | | | `--leaf 682 | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.68] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 567 | | | | | `--leaf 864 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 813 | | | | `--leaf 912 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.95] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 592 | | | | `--leaf 717 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.99] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 753 | | | | `--leaf 891 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 654 | | | `--leaf 961 | | `--[dendrogram w/ 2 branches and 31 members at h = 7.45] | | |--[dendrogram w/ 2 branches and 12 members at h = 5.93] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.06] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 568 | | | | | `--leaf 967 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.65] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 604 | | | | | `--leaf 633 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 657 | | | | `--leaf 905 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.31] | | | |--leaf 623 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.11] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 670 | | | | `--leaf 684 | | | `--[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 628 | | | `--leaf 959 | | `--[dendrogram w/ 2 branches and 19 members at h = 6.51] | | |--[dendrogram w/ 2 branches and 7 members at h = 2.87] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 897 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 634 | | | | `--leaf 851 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 601 | | | | `--leaf 887 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 721 | | | `--leaf 763 | | `--[dendrogram w/ 2 branches and 12 members at h = 4.08] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.61] | | | |--leaf 694 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 81 | | | | `--leaf 812 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 581 | | | `--leaf 715 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.24] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 590 | | | `--leaf 784 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.53] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 434 | | | `--leaf 987 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | |--leaf 978 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 856 | | `--leaf 909 | `--[dendrogram w/ 2 branches and 179 members at h = 30] | |--[dendrogram w/ 2 branches and 37 members at h = 10.8] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.91] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.33] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 563 | | | | | `--leaf 688 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 637 | | | | `--leaf 767 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.19] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.39] | | | | |--leaf 888 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.65] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 858 | | | | | `--leaf 920 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 970 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 620 | | | | `--leaf 969 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.02] | | | |--leaf 499 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.84] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 574 | | | | `--leaf 690 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | |--leaf 928 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 759 | | | `--leaf 772 | | `--[dendrogram w/ 2 branches and 21 members at h = 8.51] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.29] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 570 | | | | `--leaf 693 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.75] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 553 | | | | `--leaf 679 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.07] | | | |--leaf 793 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf 933 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 618 | | | `--leaf 911 | | `--[dendrogram w/ 2 branches and 13 members at h = 5.2] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 785 | | | | `--leaf 953 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 636 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 649 | | | `--leaf 665 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.69] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 919 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 751 | | | `--leaf 773 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.62] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 819 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 662 | | | `--leaf 740 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 667 | | `--leaf 878 | `--[dendrogram w/ 2 branches and 142 members at h = 29.7] | |--[dendrogram w/ 2 branches and 27 members at h = 16.9] | | |--[dendrogram w/ 2 branches and 15 members at h = 6.56] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.98] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 769 | | | | | `--leaf 836 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.77] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 754 | | | | | `--leaf 809 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 842 | | | | `--leaf 853 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.9] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.2] | | | | |--leaf 780 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 865 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 776 | | | | `--leaf 927 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.4] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 164 | | | | `--leaf 949 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 901 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 838 | | | `--leaf 850 | | `--[dendrogram w/ 2 branches and 12 members at h = 7.07] | | |--[dendrogram w/ 2 branches and 7 members at h = 4.47] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 686 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 608 | | | | `--leaf 732 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.1] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 786 | | | | `--leaf 985 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 674 | | | `--leaf 902 | | `--[dendrogram w/ 2 branches and 5 members at h = 6.09] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 697 | | | `--leaf 750 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.51] | | |--leaf 551 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 354 | | `--leaf 935 | `--[dendrogram w/ 2 branches and 115 members at h = 26.1] | |--[dendrogram w/ 2 branches and 61 members at h = 15.7] | | |--[dendrogram w/ 2 branches and 21 members at h = 9.23] | | | |--[dendrogram w/ 2 branches and 10 members at h = 4.4] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.12] | | | | | |--leaf 723 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 804 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 726 | | | | | `--leaf 824 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.37] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 558 | | | | | `--leaf 683 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.37] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 691 | | | | | `--leaf 782 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 609 | | | | `--leaf 937 | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.45] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.99] | | | | |--leaf 600 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | | |--leaf 971 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | |--leaf 992 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 827 | | | | `--leaf 867 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.68] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 947 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 892 | | | | `--leaf 924 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 749 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 923 | | | `--leaf 932 | | `--[dendrogram w/ 2 branches and 40 members at h = 14.2] | | |--[dendrogram w/ 2 branches and 13 members at h = 5.88] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.67] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 857 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 549 | | | | | `--leaf 848 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.1] | | | | |--leaf 841 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 791 | | | | `--leaf 877 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.15] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | |--leaf 598 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 583 | | | | `--leaf 707 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.04] | | | |--leaf 770 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | |--leaf 757 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 698 | | | `--leaf 810 | | `--[dendrogram w/ 2 branches and 27 members at h = 9.71] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.26] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 899 | | | | `--leaf 972 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.5] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.41] | | | | |--leaf 943 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2] | | | | |--leaf 742 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 565 | | | | `--leaf 629 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 883 | | | `--leaf 981 | | `--[dendrogram w/ 2 branches and 19 members at h = 7.17] | | |--[dendrogram w/ 2 branches and 7 members at h = 2.76] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 572 | | | | `--leaf 695 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.2] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 925 | | | | `--leaf 931 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | |--leaf 942 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 702 | | | `--leaf 712 | | `--[dendrogram w/ 2 branches and 12 members at h = 5.47] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.66] | | | |--leaf 673 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.64] | | | |--leaf 779 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 768 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 661 | | | `--leaf 761 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.32] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | |--leaf 771 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 671 | | | `--leaf 962 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.89] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 692 | | | `--leaf 914 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 606 | | `--leaf 910 | `--[dendrogram w/ 2 branches and 54 members at h = 19.5] | |--[dendrogram w/ 2 branches and 28 members at h = 9.27] | | |--[dendrogram w/ 2 branches and 14 members at h = 5.38] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.82] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 676 | | | | | `--leaf 746 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 622 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 687 | | | | `--leaf 876 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.16] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.17] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 577 | | | | | `--leaf 896 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 801 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 198 | | | | `--leaf 796 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.46] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 578 | | | | `--leaf 701 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 605 | | | `--leaf 729 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.81] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.72] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.96] | | | | |--leaf 847 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 621 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 256 | | | | `--leaf 404 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 643 | | | `--leaf 739 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.76] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.14] | | | |--leaf 624 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 277 | | | `--leaf 656 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.35] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 952 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 597 | | | `--leaf 868 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 552 | | `--leaf 775 | `--[dendrogram w/ 2 branches and 26 members at h = 11.9] | |--[dendrogram w/ 2 branches and 11 members at h = 5.76] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.79] | | | |--leaf 980 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | |--leaf 964 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 630 | | | `--leaf 711 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.36] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 560 | | | `--leaf 685 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.91] | | |--leaf 777 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | |--leaf 960 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | |--leaf 859 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 834 | | `--leaf 918 | `--[dendrogram w/ 2 branches and 15 members at h = 6.76] | |--[dendrogram w/ 2 branches and 4 members at h = 4.47] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 738 | | | `--leaf 986 | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | |--leaf 75 | | `--leaf 263 | `--[dendrogram w/ 2 branches and 11 members at h = 4.67] | |--[dendrogram w/ 2 branches and 5 members at h = 2.39] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 648 | | | `--leaf 863 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 934 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 646 | | `--leaf 940 | `--[dendrogram w/ 2 branches and 6 members at h = 3.6] | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | |--leaf 975 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 550 | | `--leaf 675 | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | |--leaf 855 | `--[dendrogram w/ 2 branches and 2 members at h = 1] | |--leaf 823 | `--leaf 973 `--[dendrogram w/ 2 branches and 731 members at h = 135] |--[dendrogram w/ 2 branches and 462 members at h = 61.8] | |--[dendrogram w/ 2 branches and 154 members at h = 45.9] | | |--[dendrogram w/ 2 branches and 50 members at h = 21.3] | | | |--[dendrogram w/ 2 branches and 25 members at h = 13] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.42] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 50 | | | | | | `--leaf 498 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.26] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 833 | | | | | | `--leaf 963 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 641 | | | | | `--leaf 873 | | | | `--[dendrogram w/ 2 branches and 19 members at h = 9.14] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.08] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 93 | | | | | | `--leaf 872 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | | | | |--leaf 660 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 666 | | | | | `--leaf 994 | | | | `--[dendrogram w/ 2 branches and 14 members at h = 7.7] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.41] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | | |--leaf 594 | | | | | | `--leaf 719 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.89] | | | | | |--leaf 663 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 584 | | | | | `--leaf 708 | | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.56] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 353 | | | | | `--leaf 766 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.92] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 293 | | | | | `--leaf 459 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.4] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 559 | | | | | `--leaf 652 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 822 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 642 | | | | `--leaf 825 | | | `--[dendrogram w/ 2 branches and 25 members at h = 14.4] | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.12] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 613 | | | | | `--leaf 735 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.42] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 668 | | | | | `--leaf 938 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.81] | | | | |--leaf 617 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 664 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 555 | | | | `--leaf 748 | | | `--[dendrogram w/ 2 branches and 17 members at h = 7.92] | | | |--[dendrogram w/ 2 branches and 9 members at h = 4.71] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.97] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 185 | | | | | | `--leaf 807 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 659 | | | | | `--leaf 936 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.69] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 705 | | | | | `--leaf 854 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | |--leaf 102 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 632 | | | | `--leaf 816 | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.9] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.66] | | | | |--leaf 543 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 54 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 33 | | | | `--leaf 305 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.61] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 377 | | | | `--leaf 803 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 794 | | | `--leaf 895 | | `--[dendrogram w/ 2 branches and 104 members at h = 22] | | |--[dendrogram w/ 2 branches and 41 members at h = 13.1] | | | |--[dendrogram w/ 2 branches and 19 members at h = 7.01] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.47] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.71] | | | | | | |--leaf 437 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | | |--leaf 360 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 167 | | | | | | `--leaf 228 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 112 | | | | | `--leaf 468 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 4.34] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.62] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 227 | | | | | | `--leaf 286 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 70 | | | | | `--leaf 300 | | | | `--[dendrogram w/ 2 branches and 9 members at h = 3.81] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 521 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 224 | | | | | `--leaf 536 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.06] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 190 | | | | | `--leaf 262 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 27 | | | | | `--leaf 251 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 518 | | | | `--leaf 884 | | | `--[dendrogram w/ 2 branches and 22 members at h = 7.62] | | | |--[dendrogram w/ 2 branches and 12 members at h = 5.1] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.35] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | | |--leaf 500 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 85 | | | | | | `--leaf 531 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | | |--leaf 424 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 294 | | | | | `--leaf 462 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.94] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | | |--leaf 16 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 90 | | | | | `--leaf 298 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | |--leaf 939 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 68 | | | | `--leaf 832 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.31] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 338 | | | | `--leaf 446 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.61] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.15] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 58 | | | | | `--leaf 215 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 258 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 358 | | | | `--leaf 524 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 396 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 30 | | | `--leaf 252 | | `--[dendrogram w/ 2 branches and 63 members at h = 19.3] | | |--[dendrogram w/ 2 branches and 30 members at h = 11.5] | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.6] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 466 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 359 | | | | | `--leaf 669 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.33] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 226 | | | | | `--leaf 512 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | |--leaf 324 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 129 | | | | `--leaf 485 | | | `--[dendrogram w/ 2 branches and 22 members at h = 6.31] | | | |--[dendrogram w/ 2 branches and 10 members at h = 3.96] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 7 | | | | | | `--leaf 438 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 31 | | | | | `--leaf 477 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.09] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 295 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 42 | | | | | `--leaf 120 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | | |--leaf 457 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 83 | | | | `--leaf 342 | | | `--[dendrogram w/ 2 branches and 12 members at h = 4.96] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | |--leaf 957 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 172 | | | | `--leaf 491 | | | `--[dendrogram w/ 2 branches and 9 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.23] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 371 | | | | | `--leaf 399 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 55 | | | | `--leaf 490 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.75] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 328 | | | | `--leaf 755 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 287 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 131 | | | `--leaf 299 | | `--[dendrogram w/ 2 branches and 33 members at h = 12.5] | | |--[dendrogram w/ 2 branches and 12 members at h = 7.62] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.51] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | | |--leaf 522 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 154 | | | | | `--leaf 519 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | | |--leaf 414 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 340 | | | | `--leaf 428 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.92] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | |--leaf 422 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 47 | | | | `--leaf 234 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | | |--leaf 465 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 264 | | | `--leaf 482 | | `--[dendrogram w/ 2 branches and 21 members at h = 9.54] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.02] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 56 | | | | `--leaf 398 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.62] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 105 | | | | | `--leaf 445 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 248 | | | | `--leaf 806 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 159 | | | | `--leaf 532 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 345 | | | `--leaf 366 | | `--[dendrogram w/ 2 branches and 11 members at h = 5.93] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.65] | | | |--leaf 638 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.23] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 20 | | | | `--leaf 99 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 21 | | | `--leaf 46 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.76] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 110 | | | `--leaf 513 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.59] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 97 | | | `--leaf 279 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 107 | | `--leaf 388 | `--[dendrogram w/ 2 branches and 308 members at h = 56.9] | |--[dendrogram w/ 2 branches and 115 members at h = 26.3] | | |--[dendrogram w/ 2 branches and 40 members at h = 12] | | | |--[dendrogram w/ 2 branches and 27 members at h = 8.13] | | | | |--[dendrogram w/ 2 branches and 15 members at h = 4.4] | | | | | |--[dendrogram w/ 2 branches and 8 members at h = 3.08] | | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | | |--leaf 231 | | | | | | | | `--leaf 255 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 6 | | | | | | | `--leaf 109 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 84 | | | | | | | `--leaf 223 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 13 | | | | | | `--leaf 357 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.47] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | | | |--leaf 451 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 78 | | | | | | `--leaf 432 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.53] | | | | | |--leaf 245 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | | |--leaf 212 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 96 | | | | | `--leaf 156 | | | | `--[dendrogram w/ 2 branches and 12 members at h = 5.61] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.53] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 132 | | | | | | `--leaf 544 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 160 | | | | | | `--leaf 303 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 332 | | | | | `--leaf 537 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.43] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 115 | | | | | | `--leaf 176 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 158 | | | | | `--leaf 351 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 420 | | | | `--leaf 789 | | | `--[dendrogram w/ 2 branches and 13 members at h = 9.54] | | | |--[dendrogram w/ 2 branches and 9 members at h = 3.77] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 476 | | | | | `--leaf 535 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.32] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 309 | | | | | `--leaf 533 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.43] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 373 | | | | | `--leaf 427 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 765 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 313 | | | | `--leaf 538 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 355 | | | | `--leaf 516 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 104 | | | `--leaf 484 | | `--[dendrogram w/ 2 branches and 75 members at h = 20.3] | | |--[dendrogram w/ 2 branches and 14 members at h = 7.75] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.93] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | | |--leaf 589 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 626 | | | | | `--leaf 658 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.66] | | | | |--leaf 221 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 946 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 591 | | | | `--leaf 672 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.36] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 406 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 372 | | | | `--leaf 421 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.47] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 653 | | | | `--leaf 898 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 741 | | | `--leaf 922 | | `--[dendrogram w/ 2 branches and 61 members at h = 14.9] | | |--[dendrogram w/ 2 branches and 27 members at h = 5.73] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.38] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 2 | | | | | `--leaf 346 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.23] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 461 | | | | | `--leaf 547 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 183 | | | | `--leaf 315 | | | `--[dendrogram w/ 2 branches and 21 members at h = 4.82] | | | |--[dendrogram w/ 2 branches and 8 members at h = 2.82] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 225 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 123 | | | | | `--leaf 456 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.01] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 118 | | | | | `--leaf 615 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 380 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 302 | | | | `--leaf 787 | | | `--[dendrogram w/ 2 branches and 13 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.71] | | | | |--leaf 79 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 474 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 39 | | | | `--leaf 236 | | | `--[dendrogram w/ 2 branches and 9 members at h = 2.78] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.5] | | | | |--leaf 502 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 0] | | | | |--leaf 469 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 10 | | | | `--leaf 378 | | | `--[dendrogram w/ 2 branches and 5 members at h = 1.97] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 17 | | | | `--leaf 569 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 534 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 297 | | | `--leaf 389 | | `--[dendrogram w/ 2 branches and 34 members at h = 9.87] | | |--[dendrogram w/ 2 branches and 18 members at h = 4.61] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.96] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | | |--leaf 283 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 341 | | | | | `--leaf 419 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.92] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 12 | | | | | `--leaf 374 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 285 | | | | `--leaf 647 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.5] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 184 | | | | | `--leaf 339 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 138 | | | | `--leaf 450 | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.8] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 375 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 14 | | | | `--leaf 57 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 77 | | | | `--leaf 288 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 271 | | | `--leaf 411 | | `--[dendrogram w/ 2 branches and 16 members at h = 6.33] | | |--[dendrogram w/ 2 branches and 8 members at h = 2.7] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 843 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 25 | | | | `--leaf 734 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 530 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 43 | | | | `--leaf 152 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 326 | | | `--leaf 483 | | `--[dendrogram w/ 2 branches and 8 members at h = 2.91] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 409 | | | | `--leaf 486 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 64 | | | `--leaf 250 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 59 | | | `--leaf 292 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 60 | | `--leaf 330 | `--[dendrogram w/ 2 branches and 193 members at h = 32.5] | |--[dendrogram w/ 2 branches and 55 members at h = 19.3] | | |--[dendrogram w/ 2 branches and 28 members at h = 9.23] | | | |--[dendrogram w/ 2 branches and 10 members at h = 5.48] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | | | |--leaf 811 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | | |--leaf 488 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 155 | | | | | `--leaf 442 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.08] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 429 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 382 | | | | | `--leaf 948 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 831 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 728 | | | | `--leaf 956 | | | `--[dendrogram w/ 2 branches and 18 members at h = 6.86] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.14] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 74 | | | | | `--leaf 470 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.84] | | | | |--leaf 610 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | | |--leaf 48 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 397 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 349 | | | | `--leaf 370 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.36] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.2] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | | |--leaf 602 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 101 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 88 | | | | | `--leaf 545 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 230 | | | | `--leaf 265 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.53] | | | |--leaf 312 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 19 | | | | `--leaf 290 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 76 | | | `--leaf 133 | | `--[dendrogram w/ 2 branches and 27 members at h = 10.4] | | |--[dendrogram w/ 2 branches and 17 members at h = 6.45] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.92] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | |--leaf 238 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 196 | | | | | `--leaf 316 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | |--leaf 495 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 119 | | | | `--leaf 792 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.82] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.79] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 51 | | | | | `--leaf 333 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 517 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 80 | | | | `--leaf 173 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 153 | | | | `--leaf 327 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 207 | | | | `--leaf 336 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 243 | | | `--leaf 426 | | `--[dendrogram w/ 2 branches and 10 members at h = 7.35] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.03] | | | |--leaf 917 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 821 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 281 | | | `--leaf 703 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.93] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 233 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 193 | | | `--leaf 611 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | |--leaf 497 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 337 | | `--leaf 540 | `--[dendrogram w/ 2 branches and 138 members at h = 27.3] | |--[dendrogram w/ 2 branches and 54 members at h = 15.4] | | |--[dendrogram w/ 2 branches and 22 members at h = 6.87] | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.06] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | | | | |--leaf 87 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 879 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 45 | | | | | `--leaf 443 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | |--leaf 403 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 291 | | | | `--leaf 860 | | | `--[dendrogram w/ 2 branches and 15 members at h = 5.1] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 36 | | | | | `--leaf 186 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 209 | | | | `--leaf 501 | | | `--[dendrogram w/ 2 branches and 11 members at h = 4.54] | | | |--[dendrogram w/ 2 branches and 7 members at h = 2.46] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 393 | | | | | `--leaf 413 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.21] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 165 | | | | | `--leaf 240 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 363 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 364 | | | | `--leaf 436 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.65] | | | |--leaf 448 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 479 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 116 | | | `--leaf 242 | | `--[dendrogram w/ 2 branches and 32 members at h = 10.4] | | |--[dendrogram w/ 2 branches and 12 members at h = 5.54] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.97] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 619 | | | | | `--leaf 861 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 627 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 817 | | | | `--leaf 818 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.69] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.29] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 53 | | | | | `--leaf 72 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 135 | | | | `--leaf 995 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | |--leaf 699 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 260 | | | `--leaf 993 | | `--[dendrogram w/ 2 branches and 20 members at h = 5.77] | | |--[dendrogram w/ 2 branches and 7 members at h = 3.14] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 348 | | | | `--leaf 546 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 431 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 146 | | | | `--leaf 379 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 433 | | | `--leaf 523 | | `--[dendrogram w/ 2 branches and 13 members at h = 4.63] | | |--[dendrogram w/ 2 branches and 7 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 866 | | | | `--leaf 871 | | | `--[dendrogram w/ 2 branches and 5 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 473 | | | | `--leaf 733 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 974 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 205 | | | `--leaf 799 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.88] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 475 | | | `--leaf 790 | | `--[dendrogram w/ 2 branches and 4 members at h = 2] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 208 | | | `--leaf 329 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 343 | | `--leaf 423 | `--[dendrogram w/ 2 branches and 84 members at h = 19.3] | |--[dendrogram w/ 2 branches and 42 members at h = 13.4] | | |--[dendrogram w/ 2 branches and 17 members at h = 7.18] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.01] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 412 | | | | | | `--leaf 808 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 607 | | | | | `--leaf 990 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | | |--leaf 885 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 15 | | | | `--leaf 625 | | | `--[dendrogram w/ 2 branches and 10 members at h = 5.76] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.38] | | | | |--leaf 744 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | |--leaf 988 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 916 | | | | `--leaf 930 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.44] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 645 | | | | `--leaf 845 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 34 | | | | `--leaf 219 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 344 | | | `--leaf 430 | | `--[dendrogram w/ 2 branches and 25 members at h = 8.53] | | |--[dendrogram w/ 2 branches and 14 members at h = 4.81] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.73] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 612 | | | | | `--leaf 764 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 213 | | | | | `--leaf 257 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 862 | | | | `--leaf 915 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.8] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.28] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 582 | | | | | `--leaf 706 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 361 | | | | `--leaf 418 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 278 | | | | `--leaf 494 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 137 | | | `--leaf 383 | | `--[dendrogram w/ 2 branches and 11 members at h = 6] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.95] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 696 | | | | `--leaf 783 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 725 | | | `--leaf 955 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.8] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 554 | | | `--leaf 680 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.84] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 588 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 202 | | | `--leaf 402 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 266 | | `--leaf 945 | `--[dendrogram w/ 2 branches and 42 members at h = 15.4] | |--[dendrogram w/ 2 branches and 18 members at h = 5.99] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.5] | | | |--leaf 18 | | | `--[dendrogram w/ 2 branches and 3 members at h = 0] | | | |--leaf 387 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 206 | | | `--leaf 304 | | `--[dendrogram w/ 2 branches and 14 members at h = 4.6] | | |--[dendrogram w/ 2 branches and 8 members at h = 2.75] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 369 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 440 | | | | `--leaf 489 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 542 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 170 | | | | `--leaf 197 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 284 | | | `--leaf 493 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.96] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 65 | | | | `--leaf 496 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 384 | | | `--leaf 492 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 889 | | `--leaf 926 | `--[dendrogram w/ 2 branches and 24 members at h = 9.84] | |--[dendrogram w/ 2 branches and 13 members at h = 4.97] | | |--[dendrogram w/ 2 branches and 7 members at h = 3.39] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | | |--leaf 106 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 455 | | | | `--leaf 504 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.07] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 210 | | | | `--leaf 874 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 26 | | | `--leaf 401 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.74] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | |--leaf 405 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 365 | | | `--leaf 435 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | |--leaf 4 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 192 | | `--leaf 454 | `--[dendrogram w/ 2 branches and 11 members at h = 6.88] | |--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 323 | | | `--leaf 571 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | |--leaf 724 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 416 | | `--leaf 760 | `--[dendrogram w/ 2 branches and 6 members at h = 3.28] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 593 | | `--leaf 718 | `--[dendrogram w/ 2 branches and 4 members at h = 2.41] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 244 | | `--leaf 561 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 367 | `--leaf 511 `--[dendrogram w/ 2 branches and 269 members at h = 102] |--[dendrogram w/ 2 branches and 121 members at h = 31.1] | |--[dendrogram w/ 2 branches and 64 members at h = 21.8] | | |--[dendrogram w/ 2 branches and 32 members at h = 9.41] | | | |--[dendrogram w/ 2 branches and 14 members at h = 4.69] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.17] | | | | | |--leaf 907 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.6] | | | | | |--leaf 548 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 23 | | | | | `--leaf 311 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 3.8] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.97] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 301 | | | | | | `--leaf 480 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 447 | | | | | `--leaf 716 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.1] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 425 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 35 | | | | | `--leaf 268 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 280 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 69 | | | | `--leaf 122 | | | `--[dendrogram w/ 2 branches and 18 members at h = 5.88] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 392 | | | | | `--leaf 458 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 314 | | | | `--leaf 386 | | | `--[dendrogram w/ 2 branches and 14 members at h = 4.86] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.94] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 478 | | | | | `--leaf 882 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | |--leaf 520 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 66 | | | | `--leaf 86 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.14] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.21] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 464 | | | | | `--leaf 509 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 505 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 395 | | | | `--leaf 525 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.21] | | | |--leaf 407 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 487 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 237 | | | `--leaf 239 | | `--[dendrogram w/ 2 branches and 32 members at h = 14.3] | | |--[dendrogram w/ 2 branches and 8 members at h = 6.72] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.49] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 580 | | | | | `--leaf 704 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.14] | | | | |--leaf 128 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 32 | | | | `--leaf 272 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.71] | | | |--leaf 950 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 22 | | | `--leaf 840 | | `--[dendrogram w/ 2 branches and 24 members at h = 9.59] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.63] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 148 | | | | `--leaf 335 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.81] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.55] | | | | |--leaf 139 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | |--leaf 175 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 49 | | | | `--leaf 126 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.78] | | | |--leaf 179 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 143 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 408 | | | `--leaf 539 | | `--[dendrogram w/ 2 branches and 14 members at h = 6.82] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.58] | | | |--leaf 893 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.69] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 117 | | | | `--leaf 527 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 829 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 29 | | | `--leaf 111 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.1] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 63 | | | `--leaf 449 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.17] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.18] | | | |--leaf 844 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 385 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 331 | | | `--leaf 900 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 161 | | `--leaf 644 | `--[dendrogram w/ 2 branches and 57 members at h = 25.5] | |--[dendrogram w/ 2 branches and 26 members at h = 13.2] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.32] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 564 | | | | `--leaf 689 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.82] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 614 | | | | `--leaf 736 | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.41] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 921 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 306 | | | | `--leaf 318 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 218 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 463 | | | `--leaf 795 | | `--[dendrogram w/ 2 branches and 16 members at h = 7.95] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.81] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 731 | | | | `--leaf 852 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.51] | | | |--leaf 189 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 163 | | | `--leaf 510 | | `--[dendrogram w/ 2 branches and 11 members at h = 5.26] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.18] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 229 | | | | `--leaf 528 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 37 | | | | `--leaf 650 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 319 | | | `--leaf 756 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.68] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 11 | | | `--leaf 174 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | |--leaf 253 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 121 | | `--leaf 246 | `--[dendrogram w/ 2 branches and 31 members at h = 14.4] | |--[dendrogram w/ 2 branches and 16 members at h = 7.72] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.2] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.01] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 40 | | | | | `--leaf 125 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | |--leaf 200 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 472 | | | | `--leaf 556 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.31] | | | |--leaf 325 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 95 | | | `--leaf 275 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.1] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.9] | | | |--leaf 526 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 211 | | | `--leaf 400 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.08] | | |--leaf 168 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.6] | | |--leaf 147 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 3 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 157 | | `--leaf 515 | `--[dendrogram w/ 2 branches and 15 members at h = 9.38] | |--[dendrogram w/ 2 branches and 7 members at h = 6.11] | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 145 | | | `--leaf 631 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.09] | | |--leaf 596 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.37] | | |--leaf 727 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 958 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 514 | | `--leaf 579 | `--[dendrogram w/ 2 branches and 8 members at h = 7.23] | |--[dendrogram w/ 2 branches and 3 members at h = 3.73] | | |--leaf 140 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 124 | | `--leaf 797 | `--[dendrogram w/ 2 branches and 5 members at h = 5.45] | |--leaf 452 | `--[dendrogram w/ 2 branches and 4 members at h = 3.99] | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 171 | | `--leaf 350 | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | |--leaf 127 | `--leaf 130 `--[dendrogram w/ 2 branches and 148 members at h = 45.5] |--[dendrogram w/ 2 branches and 80 members at h = 27] | |--[dendrogram w/ 2 branches and 34 members at h = 10.8] | | |--[dendrogram w/ 2 branches and 11 members at h = 5.59] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.13] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2] | | | | | |--leaf 720 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 71 | | | | | `--leaf 481 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.73] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 94 | | | | | `--leaf 640 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 144 | | | | `--leaf 149 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.69] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 38 | | | | `--leaf 296 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 195 | | | `--leaf 745 | | `--[dendrogram w/ 2 branches and 23 members at h = 10.5] | | |--[dendrogram w/ 2 branches and 17 members at h = 6.38] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.13] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 100 | | | | | `--leaf 177 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 82 | | | | `--leaf 781 | | | `--[dendrogram w/ 2 branches and 13 members at h = 3.91] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 150 | | | | `--leaf 503 | | | `--[dendrogram w/ 2 branches and 11 members at h = 3.79] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | |--leaf 362 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 113 | | | | `--leaf 204 | | | `--[dendrogram w/ 2 branches and 8 members at h = 2.61] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 24 | | | | | `--leaf 151 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 52 | | | | `--leaf 441 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.29] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 141 | | | | `--leaf 778 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 273 | | | `--leaf 415 | | `--[dendrogram w/ 2 branches and 6 members at h = 7.45] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.92] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 506 | | | | `--leaf 849 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 453 | | | `--leaf 529 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | |--leaf 307 | | `--leaf 471 | `--[dendrogram w/ 2 branches and 46 members at h = 17.8] | |--[dendrogram w/ 2 branches and 18 members at h = 8.37] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 585 | | | `--leaf 709 | | `--[dendrogram w/ 2 branches and 16 members at h = 7.46] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.14] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.63] | | | | |--leaf 410 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 270 | | | | `--leaf 798 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.05] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 92 | | | | `--leaf 199 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 5 | | | | `--leaf 89 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 282 | | | `--leaf 310 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.27] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | | |--leaf 269 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 114 | | | `--leaf 241 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.77] | | |--leaf 467 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 9 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 162 | | `--leaf 356 | `--[dendrogram w/ 2 branches and 28 members at h = 11] | |--[dendrogram w/ 2 branches and 13 members at h = 6.43] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 541 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 98 | | | `--leaf 954 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.07] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | |--leaf 906 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 951 | | | `--leaf 966 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.53] | | |--leaf 317 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.66] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 187 | | | `--leaf 890 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.77] | | |--leaf 181 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 254 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 41 | | `--leaf 91 | `--[dendrogram w/ 2 branches and 15 members at h = 7.22] | |--[dendrogram w/ 2 branches and 10 members at h = 4.68] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.43] | | | |--leaf 977 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 603 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 788 | | | `--leaf 894 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.79] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 232 | | | `--leaf 655 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | |--leaf 194 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 247 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 222 | | `--leaf 376 | `--[dendrogram w/ 2 branches and 5 members at h = 4.75] | |--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | |--leaf 178 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 562 | | `--leaf 713 | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | |--leaf 182 | `--leaf 880 `--[dendrogram w/ 2 branches and 68 members at h = 33.5] |--[dendrogram w/ 2 branches and 39 members at h = 12.8] | |--[dendrogram w/ 2 branches and 23 members at h = 8.49] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.13] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 134 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 28 | | | | `--leaf 747 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 103 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 166 | | | `--leaf 191 | | `--[dendrogram w/ 2 branches and 17 members at h = 6.27] | | |--[dendrogram w/ 2 branches and 9 members at h = 2.87] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 203 | | | | | `--leaf 595 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 289 | | | | `--leaf 381 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.28] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 391 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 44 | | | | `--leaf 217 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 334 | | | `--leaf 881 | | `--[dendrogram w/ 2 branches and 8 members at h = 4.32] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | |--leaf 249 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 73 | | | `--leaf 444 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.67] | | |--leaf 274 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.22] | | |--leaf 220 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 941 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 1 | | `--leaf 201 | `--[dendrogram w/ 2 branches and 16 members at h = 9.23] | |--[dendrogram w/ 2 branches and 6 members at h = 6.37] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 837 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 347 | | | `--leaf 508 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | |--leaf 320 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 8 | | `--leaf 743 | `--[dendrogram w/ 2 branches and 10 members at h = 6.85] | |--[dendrogram w/ 2 branches and 3 members at h = 3.29] | | |--leaf 308 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 136 | | `--leaf 805 | `--[dendrogram w/ 2 branches and 7 members at h = 4.27] | |--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 61 | | | `--leaf 267 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 677 | | `--leaf 826 | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | |--leaf 870 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 575 | `--leaf 929 `--[dendrogram w/ 2 branches and 29 members at h = 13.5] |--[dendrogram w/ 2 branches and 16 members at h = 6.98] | |--[dendrogram w/ 2 branches and 6 members at h = 3.76] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 142 | | | `--leaf 216 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.43] | | |--leaf 169 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | |--leaf 908 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 108 | | `--leaf 180 | `--[dendrogram w/ 2 branches and 10 members at h = 5.56] | |--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | |--leaf 259 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 507 | | `--leaf 800 | `--[dendrogram w/ 2 branches and 7 members at h = 4.93] | |--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | |--leaf 276 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 261 | | `--leaf 903 | `--[dendrogram w/ 2 branches and 4 members at h = 3.06] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 635 | | `--leaf 762 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 188 | `--leaf 722 `--[dendrogram w/ 2 branches and 13 members at h = 7.65] |--[dendrogram w/ 2 branches and 4 members at h = 4.45] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 62 | | `--leaf 214 | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | |--leaf 368 | `--leaf 390 `--[dendrogram w/ 2 branches and 9 members at h = 5.98] |--[dendrogram w/ 2 branches and 4 members at h = 3.71] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 982 | | `--leaf 983 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 774 | `--leaf 984 `--[dendrogram w/ 2 branches and 5 members at h = 4.43] |--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 394 | `--leaf 802 `--[dendrogram w/ 2 branches and 3 members at h = 3.47] |--leaf 989 `--[dendrogram w/ 2 branches and 2 members at h = 2.83] |--leaf 460 `--leaf 820 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/18ani1336494354.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/21myk1336494354.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/3febt1336494354.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/406hh1336494354.tab") + } > > try(system("convert tmp/18ani1336494354.ps tmp/18ani1336494354.png",intern=TRUE)) character(0) > try(system("convert tmp/21myk1336494354.ps tmp/21myk1336494354.png",intern=TRUE)) convert: unable to open image `tmp/21myk1336494354.ps': No such file or directory @ blob.c/OpenBlob/2480. convert: missing an image filename `tmp/21myk1336494354.png' @ convert.c/ConvertImageCommand/2838. character(0) Warning message: running command 'convert tmp/21myk1336494354.ps tmp/21myk1336494354.png' had status 1 > > > proc.time() user system elapsed 11.229 0.297 11.523