R version 2.12.0 (2010-10-15) Copyright (C) 2010 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 = 'Exam Items' > 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 <- 'Exam Items' > 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 1086 members at h = 126] |--[dendrogram w/ 2 branches and 548 members at h = 67.8] | |--[dendrogram w/ 2 branches and 238 members at h = 44.2] | | |--[dendrogram w/ 2 branches and 135 members at h = 29.7] | | | |--[dendrogram w/ 2 branches and 40 members at h = 15.4] | | | | |--[dendrogram w/ 2 branches and 21 members at h = 7.88] | | | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.81] | | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.04] | | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | | |--leaf 841 | | | | | | | | `--leaf 1054 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 507 | | | | | | | `--leaf 675 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | | | | | |--leaf 764 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 712 | | | | | | `--leaf 762 | | | | | `--[dendrogram w/ 2 branches and 14 members at h = 7.33] | | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.79] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | | |--leaf 426 | | | | | | | `--leaf 704 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.64] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 421 | | | | | | | `--leaf 1031 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 396 | | | | | | `--leaf 400 | | | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.86] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | | | |--leaf 941 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 549 | | | | | | `--leaf 1023 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.1] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 581 | | | | | | `--leaf 728 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | | | |--leaf 353 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 389 | | | | | `--leaf 539 | | | | `--[dendrogram w/ 2 branches and 19 members at h = 10.3] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.66] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.13] | | | | | | |--leaf 1003 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 743 | | | | | | `--leaf 773 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.34] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 621 | | | | | | `--leaf 804 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 41 | | | | | `--leaf 788 | | | | `--[dendrogram w/ 2 branches and 12 members at h = 7.8] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.7] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | | | |--leaf 1077 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 371 | | | | | | `--leaf 521 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.64] | | | | | |--leaf 947 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 194 | | | | | `--leaf 815 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.96] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | | | | |--leaf 760 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 83 | | | | | `--leaf 824 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | | | |--leaf 735 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 766 | | | | `--leaf 902 | | | `--[dendrogram w/ 2 branches and 95 members at h = 26.8] | | | |--[dendrogram w/ 2 branches and 47 members at h = 16.4] | | | | |--[dendrogram w/ 2 branches and 14 members at h = 7.04] | | | | | |--[dendrogram w/ 2 branches and 9 members at h = 4.32] | | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.98] | | | | | | | |--leaf 588 | | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | | | | |--leaf 429 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 703 | | | | | | | `--leaf 716 | | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.53] | | | | | | |--leaf 808 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.89] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 272 | | | | | | | `--leaf 302 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 121 | | | | | | `--leaf 186 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.99] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.14] | | | | | | |--leaf 646 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 205 | | | | | | `--leaf 337 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 301 | | | | | `--leaf 330 | | | | `--[dendrogram w/ 2 branches and 33 members at h = 11] | | | | |--[dendrogram w/ 2 branches and 13 members at h = 5.97] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.24] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 399 | | | | | | | `--leaf 432 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 51 | | | | | | `--leaf 449 | | | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.51] | | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.48] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | |--leaf 378 | | | | | | | `--leaf 455 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | | | |--leaf 413 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 331 | | | | | | `--leaf 497 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.9] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 408 | | | | | | `--leaf 531 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 325 | | | | | `--leaf 359 | | | | `--[dendrogram w/ 2 branches and 20 members at h = 10.1] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.87] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | | |--leaf 409 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 354 | | | | | | `--leaf 382 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.4] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 392 | | | | | | `--leaf 608 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 506 | | | | | `--leaf 912 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 5.95] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.89] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 518 | | | | | | `--leaf 562 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 486 | | | | | `--leaf 775 | | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.59] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2] | | | | | |--leaf 504 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 363 | | | | | `--leaf 386 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.45] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 352 | | | | | `--leaf 508 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.35] | | | | |--leaf 394 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 1034 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 318 | | | | `--leaf 510 | | | `--[dendrogram w/ 2 branches and 48 members at h = 17.1] | | | |--[dendrogram w/ 2 branches and 20 members at h = 10.0] | | | | |--[dendrogram w/ 2 branches and 10 members at h = 6.25] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.53] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | | |--leaf 689 | | | | | | | `--leaf 825 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 879 | | | | | | `--leaf 934 | | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.55] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.29] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 8 | | | | | | | `--leaf 854 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 254 | | | | | | `--leaf 620 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 741 | | | | | `--leaf 951 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 6.39] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.46] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | | | |--leaf 844 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 7 | | | | | | `--leaf 38 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | | | |--leaf 746 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 93 | | | | | `--leaf 277 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.42] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 613 | | | | | `--leaf 996 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 391 | | | | `--leaf 791 | | | `--[dendrogram w/ 2 branches and 28 members at h = 13.0] | | | |--[dendrogram w/ 2 branches and 10 members at h = 6.67] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.98] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.80] | | | | | | |--leaf 499 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 454 | | | | | | `--leaf 916 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 748 | | | | | `--leaf 985 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.12] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 344 | | | | | `--leaf 1032 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | |--leaf 437 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 401 | | | | `--leaf 889 | | | `--[dendrogram w/ 2 branches and 18 members at h = 8.02] | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.2] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.27] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 46 | | | | | | `--leaf 248 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 147 | | | | | `--leaf 176 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 629 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 255 | | | | `--leaf 462 | | | `--[dendrogram w/ 2 branches and 11 members at h = 5.47] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | | |--leaf 673 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 790 | | | | `--leaf 817 | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.09] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.35] | | | | |--leaf 365 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 699 | | | | `--leaf 786 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 104 | | | | `--leaf 129 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.13] | | | |--leaf 774 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 789 | | | `--leaf 820 | | `--[dendrogram w/ 2 branches and 103 members at h = 32.2] | | |--[dendrogram w/ 2 branches and 51 members at h = 20.6] | | | |--[dendrogram w/ 2 branches and 28 members at h = 10.8] | | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.15] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.53] | | | | | | |--leaf 323 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 339 | | | | | | `--leaf 602 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.74] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 533 | | | | | | `--leaf 1021 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.54] | | | | | |--leaf 373 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 350 | | | | | `--leaf 490 | | | | `--[dendrogram w/ 2 branches and 20 members at h = 8.57] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.02] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 319 | | | | | | `--leaf 379 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.47] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 503 | | | | | | `--leaf 550 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.08] | | | | | |--leaf 785 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 257 | | | | | `--leaf 783 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 6.94] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.12] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 548 | | | | | | `--leaf 846 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.58] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 414 | | | | | | `--leaf 568 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 469 | | | | | `--leaf 583 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.07] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 438 | | | | | | `--leaf 572 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 492 | | | | | `--leaf 543 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.11] | | | | |--leaf 833 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 313 | | | | `--leaf 823 | | | `--[dendrogram w/ 2 branches and 23 members at h = 11.8] | | | |--[dendrogram w/ 2 branches and 10 members at h = 6.19] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 234 | | | | | | `--leaf 502 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 412 | | | | | `--leaf 474 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.28] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 417 | | | | | `--leaf 686 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.19] | | | | |--leaf 435 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 477 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 340 | | | | `--leaf 1002 | | | `--[dendrogram w/ 2 branches and 13 members at h = 7.12] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.05] | | | | |--leaf 424 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 410 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 369 | | | | `--leaf 461 | | | `--[dendrogram w/ 2 branches and 9 members at h = 5.02] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.20] | | | | |--leaf 557 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 312 | | | | `--leaf 419 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.13] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--leaf 341 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 320 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 316 | | | | `--leaf 423 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 482 | | | `--leaf 580 | | `--[dendrogram w/ 2 branches and 52 members at h = 20.9] | | |--[dendrogram w/ 2 branches and 28 members at h = 13.4] | | | |--[dendrogram w/ 2 branches and 14 members at h = 8.84] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 5.15] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.31] | | | | | | |--leaf 640 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.99] | | | | | | |--leaf 656 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 655 | | | | | | `--leaf 727 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 671 | | | | | `--leaf 805 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 6.25] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.09] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 274 | | | | | | `--leaf 970 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | | |--leaf 938 | | | | | `--leaf 1049 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.61] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 157 | | | | | `--leaf 200 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 428 | | | | `--leaf 430 | | | `--[dendrogram w/ 2 branches and 14 members at h = 10.3] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.73] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.68] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 152 | | | | | | `--leaf 242 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 653 | | | | | `--leaf 875 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.05] | | | | |--leaf 956 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 933 | | | | `--leaf 1028 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.59] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 387 | | | | `--leaf 682 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.54] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 885 | | | | `--leaf 1015 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf 878 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 851 | | | `--leaf 915 | | `--[dendrogram w/ 2 branches and 24 members at h = 13.6] | | |--[dendrogram w/ 2 branches and 10 members at h = 7.27] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.31] | | | | |--leaf 1065 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 416 | | | | `--leaf 880 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.12] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.08] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 719 | | | | | `--leaf 917 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 390 | | | | `--leaf 660 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.62] | | | |--leaf 481 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 589 | | | `--leaf 1037 | | `--[dendrogram w/ 2 branches and 14 members at h = 9.72] | | |--[dendrogram w/ 2 branches and 6 members at h = 5.48] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 865 | | | | `--leaf 1069 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.05] | | | |--leaf 692 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | | |--leaf 644 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 1017 | | | `--leaf 1078 | | `--[dendrogram w/ 2 branches and 8 members at h = 6.6] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.75] | | | |--leaf 736 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | |--leaf 1064 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 571 | | | `--leaf 1038 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.37] | | |--leaf 592 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.66] | | |--leaf 639 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 184 | | `--leaf 662 | `--[dendrogram w/ 2 branches and 310 members at h = 56.1] | |--[dendrogram w/ 2 branches and 105 members at h = 26.4] | | |--[dendrogram w/ 2 branches and 67 members at h = 16.8] | | | |--[dendrogram w/ 2 branches and 34 members at h = 9.85] | | | | |--[dendrogram w/ 2 branches and 19 members at h = 6.85] | | | | | |--[dendrogram w/ 2 branches and 10 members at h = 4.12] | | | | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.65] | | | | | | | |--leaf 969 | | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.71] | | | | | | | |--leaf 872 | | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | | | |--leaf 448 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 393 | | | | | | | `--leaf 439 | | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.67] | | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.80] | | | | | | | |--leaf 517 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 317 | | | | | | | `--leaf 587 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 898 | | | | | | `--leaf 937 | | | | | `--[dendrogram w/ 2 branches and 9 members at h = 5.76] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.15] | | | | | | |--leaf 447 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2] | | | | | | |--leaf 484 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 345 | | | | | | `--leaf 431 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.59] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | | |--leaf 374 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 324 | | | | | | `--leaf 338 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 466 | | | | | `--leaf 479 | | | | `--[dendrogram w/ 2 branches and 15 members at h = 8.33] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.03] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | | | | | |--leaf 835 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 537 | | | | | | `--leaf 948 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.87] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 494 | | | | | | `--leaf 924 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 585 | | | | | `--leaf 1074 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.96] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.78] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 415 | | | | | | `--leaf 418 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 476 | | | | | `--leaf 542 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.21] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 311 | | | | | `--leaf 322 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 315 | | | | `--leaf 383 | | | `--[dendrogram w/ 2 branches and 33 members at h = 10.5] | | | |--[dendrogram w/ 2 branches and 11 members at h = 4.74] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 1005 | | | | | | `--leaf 1070 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 495 | | | | | `--leaf 1060 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.25] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 869 | | | | | `--leaf 975 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.98] | | | | |--leaf 830 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.00] | | | | |--leaf 505 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 564 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 368 | | | | `--leaf 489 | | | `--[dendrogram w/ 2 branches and 22 members at h = 7.23] | | | |--[dendrogram w/ 2 branches and 9 members at h = 4.97] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 989 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 62 | | | | | `--leaf 453 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.25] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.80] | | | | | |--leaf 1022 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 857 | | | | | `--leaf 995 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 852 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 201 | | | | `--leaf 546 | | | `--[dendrogram w/ 2 branches and 13 members at h = 5.57] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.48] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 425 | | | | | `--leaf 874 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 47 | | | | `--leaf 84 | | | `--[dendrogram w/ 2 branches and 9 members at h = 4.2] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.51] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 446 | | | | | `--leaf 520 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 342 | | | | `--leaf 525 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.96] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 197 | | | | `--leaf 816 | | | `--[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 6 | | | `--leaf 241 | | `--[dendrogram w/ 2 branches and 38 members at h = 17.1] | | |--[dendrogram w/ 2 branches and 13 members at h = 9.14] | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.78] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | | |--leaf 981 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 862 | | | | | `--leaf 926 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.64] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 366 | | | | | `--leaf 907 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 920 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 909 | | | | `--leaf 932 | | | `--[dendrogram w/ 2 branches and 5 members at h = 6.66] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 540 | | | | `--leaf 648 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.10] | | | |--leaf 516 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 427 | | | `--leaf 468 | | `--[dendrogram w/ 2 branches and 25 members at h = 11.0] | | |--[dendrogram w/ 2 branches and 11 members at h = 5.7] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.48] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 1019 | | | | | `--leaf 1046 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.26] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 472 | | | | | `--leaf 940 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 512 | | | | `--leaf 1039 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.73] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 882 | | | | `--leaf 1053 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.95] | | | |--leaf 976 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 952 | | | `--leaf 959 | | `--[dendrogram w/ 2 branches and 14 members at h = 8.3] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.19] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.68] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 886 | | | | | `--leaf 905 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 457 | | | | `--leaf 945 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | |--leaf 957 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 873 | | | `--leaf 943 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.27] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 1036 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 923 | | | `--leaf 973 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.04] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 855 | | | `--leaf 914 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 895 | | `--leaf 919 | `--[dendrogram w/ 2 branches and 205 members at h = 43.8] | |--[dendrogram w/ 2 branches and 78 members at h = 23.2] | | |--[dendrogram w/ 2 branches and 44 members at h = 12.2] | | | |--[dendrogram w/ 2 branches and 26 members at h = 10.4] | | | | |--[dendrogram w/ 2 branches and 15 members at h = 5.55] | | | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.05] | | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.82] | | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | | | |--leaf 118 | | | | | | | | `--leaf 213 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | | |--leaf 57 | | | | | | | `--leaf 251 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.2] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | | |--leaf 153 | | | | | | | `--leaf 238 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | | |--leaf 103 | | | | | | `--leaf 222 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.52] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.58] | | | | | | |--leaf 657 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | | | |--leaf 674 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 767 | | | | | | `--leaf 798 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.07] | | | | | |--leaf 256 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 185 | | | | | `--leaf 228 | | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.94] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.6] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | | |--leaf 677 | | | | | | `--leaf 770 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.6] | | | | | |--leaf 826 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | | |--leaf 260 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 607 | | | | | `--leaf 700 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.3] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 273 | | | | | `--leaf 998 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 643 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 150 | | | | `--leaf 623 | | | `--[dendrogram w/ 2 branches and 18 members at h = 11.2] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.57] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.67] | | | | | |--leaf 1075 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 116 | | | | | `--leaf 654 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.03] | | | | |--leaf 1020 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 465 | | | | `--leaf 1011 | | | `--[dendrogram w/ 2 branches and 12 members at h = 8.08] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.7] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 346 | | | | | `--leaf 1080 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.11] | | | | |--leaf 866 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 31 | | | | `--leaf 385 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.04] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 693 | | | | `--leaf 993 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 664 | | | | `--leaf 896 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.6] | | | |--leaf 1071 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 713 | | | `--leaf 974 | | `--[dendrogram w/ 2 branches and 34 members at h = 16.5] | | |--[dendrogram w/ 2 branches and 14 members at h = 7.53] | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.48] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 334 | | | | | | `--leaf 522 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 524 | | | | | `--leaf 1063 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.90] | | | | |--leaf 1026 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 433 | | | | `--leaf 434 | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.08] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.52] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 871 | | | | | `--leaf 1012 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 513 | | | | `--leaf 611 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.18] | | | |--leaf 1040 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 1004 | | | `--leaf 1076 | | `--[dendrogram w/ 2 branches and 20 members at h = 11.2] | | |--[dendrogram w/ 2 branches and 9 members at h = 6.05] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.93] | | | | |--leaf 908 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 591 | | | | `--leaf 1084 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.7] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | |--leaf 784 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 151 | | | | `--leaf 781 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | |--leaf 994 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 630 | | | `--leaf 967 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.85] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.83] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 861 | | | | `--leaf 946 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 124 | | | `--leaf 407 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.29] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 891 | | | `--leaf 900 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.63] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 493 | | | `--leaf 496 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 123 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 897 | | `--leaf 939 | `--[dendrogram w/ 2 branches and 127 members at h = 27.8] | |--[dendrogram w/ 2 branches and 64 members at h = 15.1] | | |--[dendrogram w/ 2 branches and 36 members at h = 10.1] | | | |--[dendrogram w/ 2 branches and 22 members at h = 7.78] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.22] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 398 | | | | | | `--leaf 1030 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | | |--leaf 478 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 69 | | | | | `--leaf 958 | | | | `--[dendrogram w/ 2 branches and 17 members at h = 5.84] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.69] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | | |--leaf 361 | | | | | | | `--leaf 402 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 403 | | | | | | `--leaf 523 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | | |--leaf 335 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 665 | | | | | `--leaf 1073 | | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.02] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | | |--leaf 988 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 314 | | | | | `--leaf 633 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.04] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | | |--leaf 991 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 566 | | | | | `--leaf 982 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 890 | | | | | `--leaf 1009 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 1027 | | | | `--leaf 1044 | | | `--[dendrogram w/ 2 branches and 14 members at h = 7.88] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.36] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 565 | | | | | `--leaf 1050 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 519 | | | | `--leaf 911 | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.46] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | | |--leaf 738 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 326 | | | | `--leaf 553 | | | `--[dendrogram w/ 2 branches and 7 members at h = 2.95] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 651 | | | | `--leaf 691 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.34] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 132 | | | | `--leaf 715 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | |--leaf 734 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 603 | | | `--leaf 795 | | `--[dendrogram w/ 2 branches and 28 members at h = 12.9] | | |--[dendrogram w/ 2 branches and 12 members at h = 5.64] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.10] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 327 | | | | | `--leaf 360 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | | | |--leaf 971 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 819 | | | | `--leaf 860 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.37] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 561 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 336 | | | | `--leaf 573 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.22] | | | |--leaf 443 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 351 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 452 | | | `--leaf 528 | | `--[dendrogram w/ 2 branches and 16 members at h = 8.17] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.74] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.34] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 803 | | | | | `--leaf 931 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 624 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 470 | | | | `--leaf 822 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 535 | | | | `--leaf 590 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 107 | | | `--leaf 881 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.81] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 487 | | | `--leaf 618 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.09] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 695 | | | `--leaf 1000 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | |--leaf 154 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 76 | | `--leaf 135 | `--[dendrogram w/ 2 branches and 63 members at h = 20.2] | |--[dendrogram w/ 2 branches and 25 members at h = 11.8] | | |--[dendrogram w/ 2 branches and 10 members at h = 6.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 545 | | | | `--leaf 595 | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.9] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.41] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 538 | | | | | `--leaf 1006 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 720 | | | | `--leaf 758 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.6] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 582 | | | | `--leaf 838 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 142 | | | `--leaf 491 | | `--[dendrogram w/ 2 branches and 15 members at h = 7.5] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.59] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.05] | | | | |--leaf 597 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 649 | | | | `--leaf 901 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.62] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 859 | | | | `--leaf 1059 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf 1016 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 802 | | | `--leaf 839 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.65] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 848 | | | `--leaf 929 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.70] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | |--leaf 978 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 596 | | | `--leaf 877 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 569 | | `--leaf 1057 | `--[dendrogram w/ 2 branches and 38 members at h = 14.5] | |--[dendrogram w/ 2 branches and 11 members at h = 6.54] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.90] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | | | |--leaf 883 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 579 | | | | `--leaf 1018 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.57] | | | |--leaf 979 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 843 | | | `--leaf 966 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.07] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | |--leaf 954 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 927 | | | `--leaf 953 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 626 | | `--leaf 936 | `--[dendrogram w/ 2 branches and 27 members at h = 11.6] | |--[dendrogram w/ 2 branches and 11 members at h = 5.92] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.1] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 986 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 984 | | | | `--leaf 1043 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 799 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 530 | | | `--leaf 1025 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.15] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 1047 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 110 | | | `--leaf 544 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 780 | | `--leaf 983 | `--[dendrogram w/ 2 branches and 16 members at h = 8.5] | |--[dendrogram w/ 2 branches and 9 members at h = 4.49] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.82] | | | |--leaf 1014 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | | | |--leaf 1010 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 990 | | | `--leaf 1001 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.85] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.07] | | | |--leaf 1008 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 950 | | | `--leaf 999 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 910 | | `--leaf 1055 | `--[dendrogram w/ 2 branches and 7 members at h = 6.85] | |--[dendrogram w/ 2 branches and 4 members at h = 2.83] | | |--leaf 498 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | |--leaf 397 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 404 | | `--leaf 560 | `--[dendrogram w/ 2 branches and 3 members at h = 3.43] | |--leaf 1007 | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | |--leaf 268 | `--leaf 642 `--[dendrogram w/ 2 branches and 538 members at h = 85.3] |--[dendrogram w/ 2 branches and 380 members at h = 45.8] | |--[dendrogram w/ 2 branches and 233 members at h = 37.2] | | |--[dendrogram w/ 2 branches and 110 members at h = 28.8] | | | |--[dendrogram w/ 2 branches and 31 members at h = 13.1] | | | | |--[dendrogram w/ 2 branches and 16 members at h = 7.97] | | | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.52] | | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.35] | | | | | | | |--leaf 77 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 16 | | | | | | | `--leaf 174 | | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.83] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | | |--leaf 628 | | | | | | | `--leaf 930 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.99] | | | | | | |--leaf 864 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 59 | | | | | | `--leaf 688 | | | | | `--[dendrogram w/ 2 branches and 8 members at h = 6.14] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.12] | | | | | | |--leaf 980 | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.75] | | | | | | |--leaf 742 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 97 | | | | | | `--leaf 108 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.98] | | | | | |--leaf 670 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.46] | | | | | |--leaf 687 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 511 | | | | | `--leaf 726 | | | | `--[dendrogram w/ 2 branches and 15 members at h = 9.72] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 6.9] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.42] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | | |--leaf 551 | | | | | | | `--leaf 884 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | | |--leaf 33 | | | | | | `--leaf 405 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.5] | | | | | |--leaf 598 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 3 | | | | | `--leaf 723 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 7.71] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.80] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 162 | | | | | | `--leaf 217 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 801 | | | | | `--leaf 899 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.41] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 109 | | | | | `--leaf 887 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | | |--leaf 601 | | | | `--leaf 921 | | | `--[dendrogram w/ 2 branches and 79 members at h = 18.9] | | | |--[dendrogram w/ 2 branches and 30 members at h = 11.0] | | | | |--[dendrogram w/ 2 branches and 10 members at h = 5.75] | | | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.57] | | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.81] | | | | | | | |--leaf 309 | | | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | | | | |--leaf 141 | | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 43 | | | | | | | `--leaf 87 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | | |--leaf 114 | | | | | | `--leaf 724 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.68] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 55 | | | | | | `--leaf 139 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 249 | | | | | `--leaf 997 | | | | `--[dendrogram w/ 2 branches and 20 members at h = 10.1] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 5.34] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.75] | | | | | | |--leaf 388 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | | |--leaf 85 | | | | | | `--leaf 128 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.15] | | | | | |--leaf 1056 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | | | | |--leaf 270 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | | |--leaf 14 | | | | | `--leaf 441 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 7.78] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.13] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 442 | | | | | | `--leaf 458 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.98] | | | | | |--leaf 375 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | | | | |--leaf 771 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 445 | | | | | `--leaf 570 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.8] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.00] | | | | | |--leaf 290 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 96 | | | | | `--leaf 460 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.11] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 158 | | | | | `--leaf 278 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 5 | | | | `--leaf 91 | | | `--[dendrogram w/ 2 branches and 49 members at h = 15.0] | | | |--[dendrogram w/ 2 branches and 22 members at h = 9.2] | | | | |--[dendrogram w/ 2 branches and 13 members at h = 6.42] | | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.44] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | | |--leaf 2 | | | | | | | `--leaf 961 | | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.72] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | | |--leaf 71 | | | | | | | `--leaf 167 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 11 | | | | | | `--leaf 532 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.63] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.5] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | | |--leaf 126 | | | | | | | `--leaf 192 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 239 | | | | | | `--leaf 343 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.89] | | | | | |--leaf 1045 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 488 | | | | | `--leaf 527 | | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.6] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.51] | | | | | |--leaf 133 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 178 | | | | | `--leaf 191 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.05] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 49 | | | | | `--leaf 181 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.36] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 13 | | | | | `--leaf 212 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 229 | | | | `--leaf 328 | | | `--[dendrogram w/ 2 branches and 27 members at h = 10.1] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.58] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | |--leaf 182 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 21 | | | | | `--leaf 58 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.10] | | | | |--leaf 253 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 4 | | | | `--leaf 61 | | | `--[dendrogram w/ 2 branches and 21 members at h = 8] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.28] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 54 | | | | | `--leaf 99 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | | |--leaf 252 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 130 | | | | `--leaf 144 | | | `--[dendrogram w/ 2 branches and 16 members at h = 5.97] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.24] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 24 | | | | | `--leaf 48 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.18] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 119 | | | | | `--leaf 269 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 297 | | | | `--leaf 298 | | | `--[dendrogram w/ 2 branches and 10 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.55] | | | | |--leaf 52 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 111 | | | | `--leaf 264 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.62] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | | |--leaf 53 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 173 | | | | `--leaf 291 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 32 | | | | `--leaf 106 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 160 | | | `--leaf 187 | | `--[dendrogram w/ 2 branches and 123 members at h = 31.7] | | |--[dendrogram w/ 2 branches and 48 members at h = 15.9] | | | |--[dendrogram w/ 2 branches and 16 members at h = 8] | | | | |--[dendrogram w/ 2 branches and 9 members at h = 5.2] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | | |--leaf 667 | | | | | | `--leaf 721 | | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.28] | | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | | |--leaf 134 | | | | | | | `--leaf 215 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 148 | | | | | | `--leaf 829 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.33] | | | | | |--leaf 928 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 94 | | | | | `--leaf 115 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 5.37] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.36] | | | | | |--leaf 962 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 15 | | | | | `--leaf 113 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.59] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 574 | | | | | `--leaf 812 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 101 | | | | `--leaf 757 | | | `--[dendrogram w/ 2 branches and 32 members at h = 10.2] | | | |--[dendrogram w/ 2 branches and 14 members at h = 7.35] | | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.29] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | | |--leaf 500 | | | | | | `--leaf 858 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.48] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 220 | | | | | | `--leaf 594 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 20 | | | | | `--leaf 381 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 6.04] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 485 | | | | | `--leaf 1081 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.89] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 534 | | | | | `--leaf 1048 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.8] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 467 | | | | | `--leaf 578 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 199 | | | | `--leaf 606 | | | `--[dendrogram w/ 2 branches and 18 members at h = 9.5] | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.82] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.72] | | | | | |--leaf 856 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.16] | | | | | |--leaf 972 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 925 | | | | | `--leaf 960 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.26] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 451 | | | | | `--leaf 893 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | | |--leaf 904 | | | | `--leaf 1067 | | | `--[dendrogram w/ 2 branches and 10 members at h = 7.24] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | | | |--leaf 722 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 849 | | | | `--leaf 903 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.93] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.14] | | | | |--leaf 1086 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 30 | | | | `--leaf 355 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.52] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 935 | | | | `--leaf 964 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 82 | | | `--leaf 501 | | `--[dendrogram w/ 2 branches and 75 members at h = 23.4] | | |--[dendrogram w/ 2 branches and 33 members at h = 12.6] | | | |--[dendrogram w/ 2 branches and 16 members at h = 6] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.68] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 86 | | | | | | `--leaf 395 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | | | |--leaf 35 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 12 | | | | | `--leaf 79 | | | | `--[dendrogram w/ 2 branches and 11 members at h = 5.86] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.29] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | | |--leaf 23 | | | | | | `--leaf 227 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 140 | | | | | `--leaf 306 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.66] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 81 | | | | | `--leaf 236 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.86] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 208 | | | | | `--leaf 751 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | | |--leaf 80 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 56 | | | | `--leaf 138 | | | `--[dendrogram w/ 2 branches and 17 members at h = 7.36] | | | |--[dendrogram w/ 2 branches and 8 members at h = 5.64] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 450 | | | | | `--leaf 949 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.32] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | | |--leaf 906 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 514 | | | | | `--leaf 763 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.99] | | | | |--leaf 1083 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 853 | | | | `--leaf 944 | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.15] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.32] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 146 | | | | | `--leaf 367 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 183 | | | | `--leaf 754 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.89] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 575 | | | | `--leaf 635 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.90] | | | |--leaf 600 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 422 | | | `--leaf 663 | | `--[dendrogram w/ 2 branches and 42 members at h = 14.7] | | |--[dendrogram w/ 2 branches and 16 members at h = 7.68] | | | |--[dendrogram w/ 2 branches and 7 members at h = 4.94] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.53] | | | | | |--leaf 559 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 992 | | | | | `--leaf 1035 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.19] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 480 | | | | | `--leaf 892 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 280 | | | | `--leaf 377 | | | `--[dendrogram w/ 2 branches and 9 members at h = 6.18] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.47] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 40 | | | | | `--leaf 918 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 245 | | | | `--leaf 888 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.7] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | |--leaf 755 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 64 | | | | `--leaf 163 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 211 | | | `--leaf 894 | | `--[dendrogram w/ 2 branches and 26 members at h = 11.0] | | |--[dendrogram w/ 2 branches and 10 members at h = 7.4] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.86] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 659 | | | | | `--leaf 840 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.97] | | | | |--leaf 709 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 1051 | | | | `--leaf 1066 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.22] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 714 | | | | `--leaf 987 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.52] | | | |--leaf 968 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 483 | | | `--leaf 614 | | `--[dendrogram w/ 2 branches and 16 members at h = 7.66] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.72] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 244 | | | | `--leaf 683 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.52] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 259 | | | | `--leaf 554 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 778 | | | `--leaf 834 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.65] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.32] | | | |--leaf 772 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 214 | | | `--leaf 294 | | `--[dendrogram w/ 2 branches and 7 members at h = 3.83] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.6] | | | |--leaf 206 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 29 | | | `--leaf 45 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.76] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 281 | | | `--leaf 777 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 73 | | `--leaf 303 | `--[dendrogram w/ 2 branches and 147 members at h = 44.6] | |--[dendrogram w/ 2 branches and 57 members at h = 13.5] | | |--[dendrogram w/ 2 branches and 35 members at h = 9.66] | | | |--[dendrogram w/ 2 branches and 21 members at h = 7.1] | | | | |--[dendrogram w/ 2 branches and 8 members at h = 4.55] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | | | | | |--leaf 1041 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | | |--leaf 779 | | | | | | `--leaf 850 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.15] | | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | | | | |--leaf 739 | | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 65 | | | | | | `--leaf 811 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 246 | | | | | `--leaf 759 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 5.44] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | | | | |--leaf 647 | | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.64] | | | | | |--leaf 42 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 304 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 66 | | | | | `--leaf 125 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.68] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | | | |--leaf 17 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 26 | | | | | `--leaf 27 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.74] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 122 | | | | | `--leaf 243 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | | |--leaf 225 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 75 | | | | `--leaf 226 | | | `--[dendrogram w/ 2 branches and 14 members at h = 7.78] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.88] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 25 | | | | | `--leaf 190 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.90] | | | | |--leaf 50 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 89 | | | | `--leaf 275 | | | `--[dendrogram w/ 2 branches and 9 members at h = 3.99] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.79] | | | | |--leaf 636 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | | |--leaf 813 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 39 | | | | `--leaf 177 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.24] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 179 | | | | `--leaf 296 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.20] | | | |--leaf 634 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 74 | | | `--leaf 202 | | `--[dendrogram w/ 2 branches and 22 members at h = 12.7] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.09] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 240 | | | | `--leaf 250 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.22] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.91] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | | |--leaf 196 | | | | | `--leaf 308 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 1 | | | | `--leaf 207 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 166 | | | | `--leaf 276 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 210 | | | `--leaf 224 | | `--[dendrogram w/ 2 branches and 12 members at h = 6.29] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.41] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 60 | | | | `--leaf 832 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 19 | | | `--leaf 284 | | `--[dendrogram w/ 2 branches and 8 members at h = 4.65] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 172 | | | | `--leaf 189 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 88 | | | `--leaf 180 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.24] | | |--leaf 100 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 219 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 218 | | `--leaf 221 | `--[dendrogram w/ 2 branches and 90 members at h = 25.1] | |--[dendrogram w/ 2 branches and 47 members at h = 12.7] | | |--[dendrogram w/ 2 branches and 23 members at h = 10.1] | | | |--[dendrogram w/ 2 branches and 11 members at h = 4.97] | | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.68] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 36 | | | | | | `--leaf 756 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | | |--leaf 161 | | | | | `--leaf 282 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.44] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 22 | | | | | `--leaf 267 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.01] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.13] | | | | | |--leaf 198 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 28 | | | | | `--leaf 37 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 283 | | | | `--leaf 641 | | | `--[dendrogram w/ 2 branches and 12 members at h = 6.29] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.99] | | | | |--leaf 609 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 195 | | | | `--leaf 599 | | | `--[dendrogram w/ 2 branches and 9 members at h = 5.61] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.43] | | | | |--leaf 372 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 258 | | | | `--leaf 622 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.09] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 10 | | | | `--leaf 92 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 105 | | | | `--leaf 145 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 223 | | | `--leaf 358 | | `--[dendrogram w/ 2 branches and 24 members at h = 11.7] | | |--[dendrogram w/ 2 branches and 10 members at h = 6.98] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.21] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 98 | | | | | `--leaf 203 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 112 | | | | `--leaf 237 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.41] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | | |--leaf 305 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 266 | | | | `--leaf 307 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.93] | | | |--leaf 577 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 34 | | | `--leaf 295 | | `--[dendrogram w/ 2 branches and 14 members at h = 8.38] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.38] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 9 | | | | `--leaf 137 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.92] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.38] | | | | |--leaf 231 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 159 | | | | `--leaf 261 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 232 | | | `--leaf 420 | | `--[dendrogram w/ 2 branches and 7 members at h = 6.45] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.69] | | | |--leaf 555 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | | |--leaf 463 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 384 | | | `--leaf 567 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.86] | | |--leaf 1082 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 70 | | `--leaf 619 | `--[dendrogram w/ 2 branches and 43 members at h = 18.9] | |--[dendrogram w/ 2 branches and 22 members at h = 7.74] | | |--[dendrogram w/ 2 branches and 10 members at h = 5.58] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 617 | | | | `--leaf 684 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.74] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.89] | | | | |--leaf 842 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 165 | | | | `--leaf 171 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.06] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 285 | | | | `--leaf 552 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.63] | | | |--leaf 287 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 68 | | | `--leaf 143 | | `--[dendrogram w/ 2 branches and 12 members at h = 7.1] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.83] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 131 | | | | `--leaf 168 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.11] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 204 | | | | `--leaf 293 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 170 | | | `--leaf 913 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.93] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.23] | | | |--leaf 299 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 44 | | | `--leaf 63 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | |--leaf 942 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 247 | | `--leaf 666 | `--[dendrogram w/ 2 branches and 21 members at h = 8.95] | |--[dendrogram w/ 2 branches and 6 members at h = 4.25] | | |--leaf 605 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.96] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 787 | | | `--leaf 793 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.38] | | |--leaf 1058 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 289 | | `--leaf 745 | `--[dendrogram w/ 2 branches and 15 members at h = 7.59] | |--[dendrogram w/ 2 branches and 6 members at h = 4.66] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 155 | | | `--leaf 169 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.05] | | |--leaf 806 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | |--leaf 690 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 209 | | `--leaf 279 | `--[dendrogram w/ 2 branches and 9 members at h = 6.02] | |--[dendrogram w/ 2 branches and 3 members at h = 2.59] | | |--leaf 672 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 188 | | `--leaf 796 | `--[dendrogram w/ 2 branches and 6 members at h = 4.71] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 233 | | `--leaf 747 | `--[dendrogram w/ 2 branches and 4 members at h = 3.30] | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 828 | | `--leaf 845 | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | |--leaf 792 | `--leaf 818 `--[dendrogram w/ 2 branches and 158 members at h = 50.1] |--[dendrogram w/ 2 branches and 23 members at h = 1.91] | |--leaf 78 | `--[dendrogram w/ 2 branches and 22 members at h = 0] | |--leaf 1052 | `--[dendrogram w/ 2 branches and 21 members at h = 0] | |--leaf 1042 | `--[dendrogram w/ 2 branches and 20 members at h = 0] | |--leaf 809 | `--[dendrogram w/ 2 branches and 19 members at h = 0] | |--leaf 705 | `--[dendrogram w/ 2 branches and 18 members at h = 0] | |--leaf 702 | `--[dendrogram w/ 2 branches and 17 members at h = 0] | |--leaf 701 | `--[dendrogram w/ 2 branches and 16 members at h = 0] | |--leaf 697 | `--[dendrogram w/ 2 branches and 15 members at h = 0] | |--leaf 612 | `--[dendrogram w/ 2 branches and 14 members at h = 0] | |--leaf 586 | `--[dendrogram w/ 2 branches and 13 members at h = 0] | |--leaf 547 | `--[dendrogram w/ 2 branches and 12 members at h = 0] | |--leaf 529 | `--[dendrogram w/ 2 branches and 11 members at h = 0] | |--leaf 515 | `--[dendrogram w/ 2 branches and 10 members at h = 0] | |--leaf 464 | `--[dendrogram w/ 2 branches and 9 members at h = 0] | |--leaf 456 | `--[dendrogram w/ 2 branches and 8 members at h = 0] | |--leaf 444 | `--[dendrogram w/ 2 branches and 7 members at h = 0] | |--leaf 364 | `--[dendrogram w/ 2 branches and 6 members at h = 0] | |--leaf 362 | `--[dendrogram w/ 2 branches and 5 members at h = 0] | |--leaf 357 | `--[dendrogram w/ 2 branches and 4 members at h = 0] | |--leaf 356 | `--[dendrogram w/ 2 branches and 3 members at h = 0] | |--leaf 292 | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf 18 | `--leaf 127 `--[dendrogram w/ 2 branches and 135 members at h = 28.5] |--[dendrogram w/ 2 branches and 71 members at h = 21] | |--[dendrogram w/ 2 branches and 21 members at h = 9.31] | | |--[dendrogram w/ 2 branches and 10 members at h = 7.42] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.52] | | | | |--leaf 1085 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.02] | | | | |--leaf 710 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 661 | | | | `--leaf 708 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.4] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 836 | | | | `--leaf 1079 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.47] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 627 | | | | `--leaf 694 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 349 | | | `--leaf 1013 | | `--[dendrogram w/ 2 branches and 11 members at h = 8.24] | | |--[dendrogram w/ 2 branches and 6 members at h = 5.69] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.11] | | | | |--leaf 604 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.85] | | | | |--leaf 650 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 637 | | | | `--leaf 645 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 652 | | | `--leaf 707 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.76] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.06] | | | |--leaf 769 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 752 | | | `--leaf 797 | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | |--leaf 668 | | `--leaf 676 | `--[dendrogram w/ 2 branches and 50 members at h = 15.8] | |--[dendrogram w/ 2 branches and 25 members at h = 12.1] | | |--[dendrogram w/ 2 branches and 11 members at h = 8.15] | | | |--[dendrogram w/ 2 branches and 5 members at h = 5.47] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 436 | | | | | `--leaf 827 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | | | |--leaf 718 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 120 | | | | `--leaf 348 | | | `--[dendrogram w/ 2 branches and 6 members at h = 7.13] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | | |--leaf 749 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 117 | | | | `--leaf 725 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.93] | | | |--leaf 814 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 300 | | | `--leaf 681 | | `--[dendrogram w/ 2 branches and 14 members at h = 8.28] | | |--[dendrogram w/ 2 branches and 5 members at h = 6.34] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.9] | | | | |--leaf 376 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 380 | | | | `--leaf 563 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 616 | | | `--leaf 631 | | `--[dendrogram w/ 2 branches and 9 members at h = 7.23] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.44] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 333 | | | | `--leaf 658 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | | |--leaf 831 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 750 | | | `--leaf 870 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.23] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 669 | | | `--leaf 729 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 615 | | `--leaf 1033 | `--[dendrogram w/ 2 branches and 25 members at h = 15] | |--[dendrogram w/ 2 branches and 9 members at h = 6.54] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.39] | | | |--leaf 411 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 717 | | | `--leaf 821 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.13] | | |--leaf 1062 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.62] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 347 | | | `--leaf 593 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.67] | | |--leaf 136 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 332 | | `--leaf 1061 | `--[dendrogram w/ 2 branches and 16 members at h = 8.18] | |--[dendrogram w/ 2 branches and 6 members at h = 4.98] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | |--leaf 761 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 149 | | | `--leaf 286 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.66] | | |--leaf 288 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 95 | | `--leaf 459 | `--[dendrogram w/ 2 branches and 10 members at h = 6.08] | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | |--leaf 370 | | `--leaf 730 | `--[dendrogram w/ 2 branches and 8 members at h = 5.75] | |--[dendrogram w/ 2 branches and 4 members at h = 3.15] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 541 | | | `--leaf 556 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 471 | | `--leaf 782 | `--[dendrogram w/ 2 branches and 4 members at h = 4.56] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 216 | | `--leaf 867 | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | |--leaf 406 | `--leaf 475 `--[dendrogram w/ 2 branches and 64 members at h = 24.5] |--[dendrogram w/ 2 branches and 25 members at h = 12.4] | |--[dendrogram w/ 2 branches and 14 members at h = 7.05] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 536 | | | | `--leaf 740 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.50] | | | |--leaf 610 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 744 | | | `--leaf 776 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.16] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.71] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 102 | | | | `--leaf 768 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 731 | | | `--leaf 847 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.28] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 837 | | | `--leaf 963 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.1] | | |--leaf 732 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 67 | | `--leaf 733 | `--[dendrogram w/ 2 branches and 11 members at h = 8.79] | |--[dendrogram w/ 2 branches and 5 members at h = 3.81] | | |--leaf 1072 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 230 | | | `--leaf 706 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 440 | | `--leaf 794 | `--[dendrogram w/ 2 branches and 6 members at h = 4.83] | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 235 | | `--leaf 965 | `--[dendrogram w/ 2 branches and 4 members at h = 3.53] | |--leaf 737 | `--[dendrogram w/ 2 branches and 3 members at h = 3.05] | |--leaf 685 | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | |--leaf 321 | `--leaf 509 `--[dendrogram w/ 2 branches and 39 members at h = 15.3] |--[dendrogram w/ 2 branches and 12 members at h = 7.63] | |--[dendrogram w/ 2 branches and 3 members at h = 4.42] | | |--leaf 922 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 876 | | `--leaf 1024 | `--[dendrogram w/ 2 branches and 9 members at h = 6.3] | |--[dendrogram w/ 2 branches and 4 members at h = 3.38] | | |--leaf 753 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | |--leaf 807 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 72 | | `--leaf 955 | `--[dendrogram w/ 2 branches and 5 members at h = 4.55] | |--leaf 678 | `--[dendrogram w/ 2 branches and 4 members at h = 3.83] | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 193 | | `--leaf 765 | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | |--leaf 711 | `--leaf 810 `--[dendrogram w/ 2 branches and 27 members at h = 11.3] |--[dendrogram w/ 2 branches and 11 members at h = 6.89] | |--[dendrogram w/ 2 branches and 4 members at h = 4.21] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 263 | | | `--leaf 271 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 632 | | `--leaf 1068 | `--[dendrogram w/ 2 branches and 7 members at h = 6.13] | |--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | |--leaf 164 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 90 | | `--leaf 265 | `--[dendrogram w/ 2 branches and 4 members at h = 4.63] | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 800 | | `--leaf 977 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 262 | `--leaf 310 `--[dendrogram w/ 2 branches and 16 members at h = 7.9] |--[dendrogram w/ 2 branches and 7 members at h = 4.78] | |--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | |--leaf 156 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 526 | | `--leaf 698 | `--[dendrogram w/ 2 branches and 4 members at h = 3.6] | |--leaf 576 | `--[dendrogram w/ 2 branches and 3 members at h = 2.89] | |--leaf 680 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 679 | `--leaf 696 `--[dendrogram w/ 2 branches and 9 members at h = 5.93] |--[dendrogram w/ 2 branches and 4 members at h = 4.1] | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 473 | | `--leaf 558 | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | |--leaf 868 | `--leaf 1029 `--[dendrogram w/ 2 branches and 5 members at h = 5.1] |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | |--leaf 584 | `--leaf 863 `--[dendrogram w/ 2 branches and 3 members at h = 3.33] |--leaf 625 `--[dendrogram w/ 2 branches and 2 members at h = 2.24] |--leaf 329 `--leaf 638 > mysub <- paste('Method: ',par1) > postscript(file="/var/www/rcomp/tmp/17dr81335809318.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/www/rcomp/tmp/2hdgy1335809318.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/www/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/www/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/www/rcomp/tmp/3ucus1335809318.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/www/rcomp/tmp/44b5f1335809318.tab") + } > > try(system("convert tmp/17dr81335809318.ps tmp/17dr81335809318.png",intern=TRUE)) character(0) > try(system("convert tmp/2hdgy1335809318.ps tmp/2hdgy1335809318.png",intern=TRUE)) convert: unable to open image `tmp/2hdgy1335809318.ps': No such file or directory @ magick/blob.c/OpenBlob/2418. convert: missing an image filename `tmp/2hdgy1335809318.png' @ wand/convert.c/ConvertImageCommand/2710. character(0) Warning message: running command 'convert tmp/2hdgy1335809318.ps tmp/2hdgy1335809318.png' had status 1 > > > proc.time() user system elapsed 10.280 0.860 12.375