R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > par9 = 'cases' > par8 = 'ATTLES connected' > par7 = 'all' > par6 = 'all' > par5 = 'female' > par4 = 'FALSE' > par3 = 'FALSE' > par2 = 'ALL' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES connected' > par7 <- 'all' > par6 <- 'all' > par5 <- 'female' > 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 455 members at h = 96.9] |--[dendrogram w/ 2 branches and 106 members at h = 18.8] | |--[dendrogram w/ 2 branches and 20 members at h = 10.9] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.47] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 241 | | | | `--leaf 339 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 388 | | | | `--leaf 395 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 301 | | | `--leaf 443 | | `--[dendrogram w/ 2 branches and 14 members at h = 6.42] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.4] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 262 | | | | `--leaf 310 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 390 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 360 | | | `--leaf 370 | | `--[dendrogram w/ 2 branches and 9 members at h = 4.63] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.23] | | | |--leaf 268 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.78] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 105 | | | | `--leaf 386 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 350 | | | `--leaf 400 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.16] | | |--leaf 46 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 355 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 148 | | `--leaf 309 | `--[dendrogram w/ 2 branches and 86 members at h = 17.7] | |--[dendrogram w/ 2 branches and 23 members at h = 7.48] | | |--[dendrogram w/ 2 branches and 9 members at h = 3.38] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | | | |--leaf 437 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 323 | | | | `--leaf 402 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.05] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 293 | | | | `--leaf 304 | | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 306 | | | | `--leaf 325 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 158 | | | `--leaf 380 | | `--[dendrogram w/ 2 branches and 14 members at h = 5.66] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | |--leaf 353 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | | |--leaf 271 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 265 | | | `--leaf 372 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.09] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 448 | | | | `--leaf 449 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 319 | | | `--leaf 394 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.53] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf 345 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 245 | | | `--leaf 343 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 8 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 257 | | `--leaf 317 | `--[dendrogram w/ 2 branches and 63 members at h = 15.5] | |--[dendrogram w/ 2 branches and 15 members at h = 6.22] | | |--[dendrogram w/ 2 branches and 8 members at h = 3.47] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 348 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 261 | | | | `--leaf 283 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.53] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 121 | | | | `--leaf 426 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | |--leaf 303 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 292 | | | `--leaf 294 | | `--[dendrogram w/ 2 branches and 7 members at h = 4.17] | | |--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 302 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 299 | | | `--leaf 381 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.4] | | |--leaf 434 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | |--leaf 338 | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 260 | | `--leaf 308 | `--[dendrogram w/ 2 branches and 48 members at h = 12.5] | |--[dendrogram w/ 2 branches and 10 members at h = 5.47] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 287 | | | `--leaf 444 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.7] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.22] | | | |--leaf 77 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 270 | | | | `--leaf 277 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 43 | | | `--leaf 305 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.25] | | |--leaf 298 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 435 | | `--leaf 447 | `--[dendrogram w/ 2 branches and 38 members at h = 9.36] | |--[dendrogram w/ 2 branches and 15 members at h = 5.37] | | |--[dendrogram w/ 2 branches and 7 members at h = 2.7] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.35] | | | | |--leaf 410 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 389 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 312 | | | | `--leaf 398 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.31] | | | |--leaf 357 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 368 | | | `--leaf 415 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.88] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.29] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 436 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 219 | | | | `--leaf 248 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 321 | | | `--leaf 408 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.46] | | |--leaf 282 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 267 | | `--leaf 366 | `--[dendrogram w/ 2 branches and 23 members at h = 6.08] | |--[dendrogram w/ 2 branches and 9 members at h = 3.8] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 151 | | | | `--leaf 181 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 206 | | | `--leaf 344 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.24] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 440 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 340 | | | `--leaf 451 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 407 | | `--leaf 425 | `--[dendrogram w/ 2 branches and 14 members at h = 4.46] | |--[dendrogram w/ 2 branches and 7 members at h = 2.44] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 427 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 300 | | | `--leaf 373 | | `--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | |--leaf 445 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | |--leaf 361 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 204 | | `--leaf 291 | `--[dendrogram w/ 2 branches and 7 members at h = 2.95] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 290 | | `--leaf 401 | `--[dendrogram w/ 2 branches and 5 members at h = 2.18] | |--leaf 280 | `--[dendrogram w/ 2 branches and 4 members at h = 1.37] | |--leaf 412 | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | |--leaf 335 | `--[dendrogram w/ 2 branches and 2 members at h = 0] | |--leaf 273 | `--leaf 286 `--[dendrogram w/ 2 branches and 349 members at h = 68.5] |--[dendrogram w/ 2 branches and 133 members at h = 35.6] | |--[dendrogram w/ 2 branches and 73 members at h = 17.1] | | |--[dendrogram w/ 2 branches and 30 members at h = 10.7] | | | |--[dendrogram w/ 2 branches and 20 members at h = 5.89] | | | | |--[dendrogram w/ 2 branches and 7 members at h = 3.84] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | | |--leaf 90 | | | | | | `--leaf 224 | | | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.37] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | | |--leaf 9 | | | | | | `--leaf 196 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 198 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 177 | | | | | `--leaf 182 | | | | `--[dendrogram w/ 2 branches and 13 members at h = 4.72] | | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.23] | | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | | |--leaf 21 | | | | | | `--leaf 255 | | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 232 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 195 | | | | | `--leaf 297 | | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.37] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 48 | | | | | `--leaf 229 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 2.29] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | | |--leaf 85 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 40 | | | | | `--leaf 117 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 157 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 384 | | | | `--leaf 416 | | | `--[dendrogram w/ 2 branches and 10 members at h = 7.28] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.77] | | | | |--leaf 220 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 160 | | | | `--leaf 210 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.14] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.72] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 187 | | | | | `--leaf 243 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 199 | | | | `--leaf 211 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.79] | | | |--leaf 208 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 162 | | | `--leaf 166 | | `--[dendrogram w/ 2 branches and 43 members at h = 14.9] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.97] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.05] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 213 | | | | | `--leaf 221 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 176 | | | | `--leaf 218 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.24] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 420 | | | | `--leaf 428 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.33] | | | |--leaf 217 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | |--leaf 193 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 156 | | | `--leaf 170 | | `--[dendrogram w/ 2 branches and 33 members at h = 8.46] | | |--[dendrogram w/ 2 branches and 13 members at h = 5.99] | | | |--[dendrogram w/ 2 branches and 6 members at h = 2.92] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | | | | |--leaf 284 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 140 | | | | | `--leaf 242 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 114 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 15 | | | | `--leaf 307 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.66] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 165 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 92 | | | | `--leaf 191 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.25] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 108 | | | | `--leaf 153 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 200 | | | `--leaf 409 | | `--[dendrogram w/ 2 branches and 20 members at h = 7.73] | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | |--leaf 212 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 49 | | | `--leaf 69 | | `--[dendrogram w/ 2 branches and 17 members at h = 5.32] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.87] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 29 | | | | | `--leaf 154 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 137 | | | | `--leaf 203 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 36 | | | `--leaf 161 | | `--[dendrogram w/ 2 branches and 11 members at h = 4.65] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.04] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 28 | | | | `--leaf 202 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 222 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 10 | | | `--leaf 22 | | `--[dendrogram w/ 2 branches and 6 members at h = 3.09] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 115 | | | | `--leaf 155 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 197 | | | `--leaf 250 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 169 | | `--leaf 405 | `--[dendrogram w/ 2 branches and 60 members at h = 21] | |--[dendrogram w/ 2 branches and 36 members at h = 11.7] | | |--[dendrogram w/ 2 branches and 13 members at h = 5.92] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.89] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | | |--leaf 175 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 35 | | | | | `--leaf 89 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 111 | | | | `--leaf 228 | | | `--[dendrogram w/ 2 branches and 8 members at h = 4.12] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.8] | | | | |--leaf 45 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 59 | | | | `--leaf 133 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.97] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 192 | | | | `--leaf 207 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.07] | | | |--leaf 41 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 74 | | | `--leaf 173 | | `--[dendrogram w/ 2 branches and 23 members at h = 9.18] | | |--[dendrogram w/ 2 branches and 11 members at h = 4.8] | | | |--[dendrogram w/ 2 branches and 5 members at h = 3.18] | | | | |--leaf 188 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.6] | | | | |--leaf 60 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.84] | | | | |--leaf 135 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 132 | | | | `--leaf 230 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.4] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.18] | | | | |--leaf 209 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 201 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 123 | | | | `--leaf 152 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 104 | | | `--leaf 159 | | `--[dendrogram w/ 2 branches and 12 members at h = 5.48] | | |--[dendrogram w/ 2 branches and 8 members at h = 3.55] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | | |--leaf 52 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 13 | | | | `--leaf 17 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.99] | | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 101 | | | | `--leaf 129 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 244 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 168 | | | `--leaf 223 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.57] | | |--leaf 227 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 379 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 109 | | `--leaf 184 | `--[dendrogram w/ 2 branches and 24 members at h = 12.5] | |--[dendrogram w/ 2 branches and 11 members at h = 5.88] | | |--[dendrogram w/ 2 branches and 5 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 19 | | | | `--leaf 136 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | | |--leaf 226 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 25 | | | `--leaf 27 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.03] | | |--leaf 315 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.67] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 313 | | | `--leaf 318 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.82] | | |--leaf 4 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 3 | | `--leaf 143 | `--[dendrogram w/ 2 branches and 13 members at h = 6.09] | |--[dendrogram w/ 2 branches and 4 members at h = 4.33] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 276 | | | `--leaf 330 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | |--leaf 142 | | `--leaf 167 | `--[dendrogram w/ 2 branches and 9 members at h = 5.21] | |--[dendrogram w/ 2 branches and 4 members at h = 2.18] | | |--leaf 53 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 99 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 51 | | `--leaf 63 | `--[dendrogram w/ 2 branches and 5 members at h = 3.41] | |--leaf 70 | `--[dendrogram w/ 2 branches and 4 members at h = 2.88] | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 146 | | `--leaf 215 | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | |--leaf 185 | `--leaf 322 `--[dendrogram w/ 2 branches and 216 members at h = 47.5] |--[dendrogram w/ 2 branches and 25 members at h = 14.5] | |--[dendrogram w/ 2 branches and 6 members at h = 4.67] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.47] | | | |--leaf 65 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 362 | | | `--leaf 453 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.76] | | |--leaf 118 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 329 | | `--leaf 359 | `--[dendrogram w/ 2 branches and 19 members at h = 9.56] | |--[dendrogram w/ 2 branches and 8 members at h = 5.54] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.07] | | | |--leaf 84 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 93 | | | `--leaf 110 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.67] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 179 | | | `--leaf 253 | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | |--leaf 130 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 64 | | `--leaf 73 | `--[dendrogram w/ 2 branches and 11 members at h = 8.21] | |--[dendrogram w/ 2 branches and 5 members at h = 3.95] | | |--leaf 378 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.46] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 79 | | | `--leaf 127 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 119 | | `--leaf 264 | `--[dendrogram w/ 2 branches and 6 members at h = 5.52] | |--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | |--leaf 134 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 238 | | `--leaf 272 | `--[dendrogram w/ 2 branches and 3 members at h = 4.2] | |--leaf 295 | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | |--leaf 23 | `--leaf 124 `--[dendrogram w/ 2 branches and 191 members at h = 41.2] |--[dendrogram w/ 2 branches and 95 members at h = 24.5] | |--[dendrogram w/ 2 branches and 40 members at h = 17.1] | | |--[dendrogram w/ 2 branches and 17 members at h = 7.78] | | | |--[dendrogram w/ 2 branches and 6 members at h = 4.09] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 189 | | | | | `--leaf 432 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.82] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | | |--leaf 235 | | | | | `--leaf 346 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 86 | | | | `--leaf 351 | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.84] | | | |--[dendrogram w/ 2 branches and 6 members at h = 3.63] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 342 | | | | | `--leaf 354 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.66] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | | |--leaf 20 | | | | | `--leaf 393 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 281 | | | | `--leaf 328 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.31] | | | |--leaf 145 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.45] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 141 | | | | `--leaf 239 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 11 | | | `--leaf 246 | | `--[dendrogram w/ 2 branches and 23 members at h = 9.72] | | |--[dendrogram w/ 2 branches and 9 members at h = 4.43] | | | |--[dendrogram w/ 2 branches and 5 members at h = 2.07] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 369 | | | | | `--leaf 404 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.89] | | | | |--leaf 314 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | | |--leaf 356 | | | | `--leaf 422 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.37] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 216 | | | | `--leaf 376 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 392 | | | `--leaf 396 | | `--[dendrogram w/ 2 branches and 14 members at h = 5.27] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.57] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | | | |--leaf 100 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 39 | | | | `--leaf 249 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | | |--leaf 274 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 75 | | | `--leaf 455 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 6 | | | `--leaf 18 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.55] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 62 | | | `--leaf 150 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.05] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 72 | | | `--leaf 82 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 76 | | `--leaf 374 | `--[dendrogram w/ 2 branches and 55 members at h = 20.3] | |--[dendrogram w/ 2 branches and 26 members at h = 11.5] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.45] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 233 | | | | `--leaf 237 | | | `--[dendrogram w/ 2 branches and 6 members at h = 3.21] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 33 | | | | `--leaf 91 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.17] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 288 | | | | `--leaf 367 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 266 | | | `--leaf 349 | | `--[dendrogram w/ 2 branches and 18 members at h = 8.12] | | |--[dendrogram w/ 2 branches and 10 members at h = 4.79] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | |--leaf 106 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 139 | | | | `--leaf 375 | | | `--[dendrogram w/ 2 branches and 7 members at h = 3.09] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 446 | | | | `--leaf 454 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.78] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | | |--leaf 50 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 30 | | | | `--leaf 56 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 116 | | | `--leaf 352 | | `--[dendrogram w/ 2 branches and 8 members at h = 6.64] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.41] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 7 | | | | `--leaf 236 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 14 | | | `--leaf 78 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.53] | | |--leaf 183 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.29] | | |--leaf 363 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 96 | | `--leaf 377 | `--[dendrogram w/ 2 branches and 29 members at h = 13.2] | |--[dendrogram w/ 2 branches and 13 members at h = 5.8] | | |--[dendrogram w/ 2 branches and 5 members at h = 3.55] | | | |--leaf 320 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.52] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 98 | | | | `--leaf 149 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 414 | | | `--leaf 441 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.31] | | |--[dendrogram w/ 2 branches and 4 members at h = 1.37] | | | |--leaf 358 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.33] | | | |--leaf 326 | | | `--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 263 | | | `--leaf 429 | | `--[dendrogram w/ 2 branches and 4 members at h = 3.02] | | |--leaf 403 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | |--leaf 341 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 336 | | `--leaf 399 | `--[dendrogram w/ 2 branches and 16 members at h = 10] | |--[dendrogram w/ 2 branches and 7 members at h = 5.51] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 61 | | | `--leaf 442 | | `--[dendrogram w/ 2 branches and 5 members at h = 3.47] | | |--leaf 387 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | |--leaf 452 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | |--leaf 439 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 371 | | `--leaf 417 | `--[dendrogram w/ 2 branches and 9 members at h = 7.99] | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | |--leaf 278 | | `--leaf 333 | `--[dendrogram w/ 2 branches and 7 members at h = 4.4] | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 433 | | `--leaf 438 | `--[dendrogram w/ 2 branches and 5 members at h = 4.22] | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 296 | | `--leaf 334 | `--[dendrogram w/ 2 branches and 3 members at h = 3.07] | |--leaf 32 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 413 | `--leaf 450 `--[dendrogram w/ 2 branches and 96 members at h = 30.1] |--[dendrogram w/ 2 branches and 19 members at h = 12.2] | |--[dendrogram w/ 2 branches and 10 members at h = 5.53] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | |--leaf 47 | | | `--leaf 126 | | `--[dendrogram w/ 2 branches and 8 members at h = 3.42] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.45] | | | |--leaf 24 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.15] | | | |--leaf 12 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 382 | | | `--leaf 385 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.51] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 174 | | | `--leaf 180 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 103 | | `--leaf 194 | `--[dendrogram w/ 2 branches and 9 members at h = 7.17] | |--[dendrogram w/ 2 branches and 5 members at h = 2.92] | | |--leaf 347 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.75] | | |--leaf 147 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | | |--leaf 256 | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | |--leaf 57 | | `--leaf 144 | `--[dendrogram w/ 2 branches and 4 members at h = 3.35] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 31 | | `--leaf 94 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 2 | `--leaf 164 `--[dendrogram w/ 2 branches and 77 members at h = 18.6] |--[dendrogram w/ 2 branches and 48 members at h = 12.4] | |--[dendrogram w/ 2 branches and 19 members at h = 7.29] | | |--[dendrogram w/ 2 branches and 8 members at h = 4.2] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.21] | | | | |--leaf 225 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 81 | | | | `--leaf 88 | | | `--[dendrogram w/ 2 branches and 5 members at h = 2.95] | | | |--leaf 421 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 71 | | | | `--leaf 251 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 120 | | | `--leaf 411 | | `--[dendrogram w/ 2 branches and 11 members at h = 4.69] | | |--[dendrogram w/ 2 branches and 5 members at h = 1.68] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | |--leaf 113 | | | | `--leaf 364 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.28] | | | |--leaf 331 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | | |--leaf 1 | | | `--leaf 42 | | `--[dendrogram w/ 2 branches and 6 members at h = 2.76] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 269 | | | `--leaf 324 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.16] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 279 | | | `--leaf 365 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 26 | | `--leaf 112 | `--[dendrogram w/ 2 branches and 29 members at h = 9.58] | |--[dendrogram w/ 2 branches and 20 members at h = 4.77] | | |--[dendrogram w/ 2 branches and 11 members at h = 3.62] | | | |--[dendrogram w/ 2 branches and 3 members at h = 1.91] | | | | |--leaf 418 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | | | |--leaf 95 | | | | `--leaf 97 | | | `--[dendrogram w/ 2 branches and 8 members at h = 3.01] | | | |--[dendrogram w/ 2 branches and 4 members at h = 1.94] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 1] | | | | | |--leaf 55 | | | | | `--leaf 68 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 34 | | | | `--leaf 254 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.3] | | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | | |--leaf 44 | | | | `--leaf 172 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 66 | | | `--leaf 337 | | `--[dendrogram w/ 2 branches and 9 members at h = 3.75] | | |--[dendrogram w/ 2 branches and 4 members at h = 2] | | | |--leaf 430 | | | `--[dendrogram w/ 2 branches and 3 members at h = 1.41] | | | |--leaf 190 | | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 38 | | | `--leaf 58 | | `--[dendrogram w/ 2 branches and 5 members at h = 2.42] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 289 | | | `--leaf 391 | | `--[dendrogram w/ 2 branches and 3 members at h = 1.8] | | |--leaf 431 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 311 | | `--leaf 316 | `--[dendrogram w/ 2 branches and 9 members at h = 5.17] | |--[dendrogram w/ 2 branches and 3 members at h = 1.76] | | |--leaf 240 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 131 | | `--leaf 231 | `--[dendrogram w/ 2 branches and 6 members at h = 3.68] | |--[dendrogram w/ 2 branches and 3 members at h = 2.2] | | |--leaf 383 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 37 | | `--leaf 234 | `--[dendrogram w/ 2 branches and 3 members at h = 2.59] | |--leaf 186 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 258 | `--leaf 397 `--[dendrogram w/ 2 branches and 29 members at h = 14.3] |--[dendrogram w/ 2 branches and 15 members at h = 5.44] | |--[dendrogram w/ 2 branches and 5 members at h = 2.85] | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | |--leaf 80 | | | `--leaf 122 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.17] | | |--leaf 107 | | `--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 5 | | `--leaf 138 | `--[dendrogram w/ 2 branches and 10 members at h = 5.01] | |--[dendrogram w/ 2 branches and 5 members at h = 3.1] | | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | | |--leaf 16 | | | `--leaf 128 | | `--[dendrogram w/ 2 branches and 3 members at h = 2.49] | | |--leaf 178 | | `--[dendrogram w/ 2 branches and 2 members at h = 1] | | |--leaf 163 | | `--leaf 332 | `--[dendrogram w/ 2 branches and 5 members at h = 3.59] | |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | | |--leaf 102 | | `--leaf 424 | `--[dendrogram w/ 2 branches and 3 members at h = 2.3] | |--leaf 214 | `--[dendrogram w/ 2 branches and 2 members at h = 2] | |--leaf 83 | `--leaf 205 `--[dendrogram w/ 2 branches and 14 members at h = 9.01] |--[dendrogram w/ 2 branches and 5 members at h = 5.15] | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 171 | | `--leaf 247 | `--[dendrogram w/ 2 branches and 3 members at h = 2.52] | |--leaf 54 | `--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 67 | `--leaf 259 `--[dendrogram w/ 2 branches and 9 members at h = 6.68] |--[dendrogram w/ 2 branches and 4 members at h = 3.61] | |--[dendrogram w/ 2 branches and 2 members at h = 1.41] | | |--leaf 252 | | `--leaf 275 | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | |--leaf 87 | `--leaf 419 `--[dendrogram w/ 2 branches and 5 members at h = 3.62] |--[dendrogram w/ 2 branches and 2 members at h = 1.73] | |--leaf 125 | `--leaf 327 `--[dendrogram w/ 2 branches and 3 members at h = 3.13] |--leaf 423 `--[dendrogram w/ 2 branches and 2 members at h = 2.45] |--leaf 285 `--leaf 406 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/1d38y1337199834.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) > if (par4 == TRUE){ + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(d,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } > dev.off() null device 1 > if (par2 != 'ALL'){ + if (par3 == TRUE){ + ylab = 'cluster' + } else { + xlab = 'cluster' + } + par2 <- as.numeric(par2) + memb <- cutree(hc, k = par2) + cent <- NULL + for(k in 1:par2){ + cent <- rbind(cent, colMeans(x[memb == k, , drop = FALSE])) + } + hc1 <- hclust(dist(cent),method=par1, members = table(memb)) + de <- as.dendrogram(hc1) + postscript(file="/var/wessaorg/rcomp/tmp/27tuf1337199834.ps",horizontal=F,onefile=F,pagecentre=F,paper="special",width=8.3333333333333,height=5.5555555555556) + if (par4 == TRUE){ + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8),type='t',center=T, sub=mysub) + } else { + plot(de,main=main,ylab=ylab,xlab=xlab,horiz=par3, nodePar=list(pch = c(1,NA), cex=0.8, lab.cex = 0.8), sub=mysub) + } + dev.off() + str(de) + } > > #Note: the /var/wessaorg/rcomp/createtable file can be downloaded at http://www.wessa.net/cretab > load(file="/var/wessaorg/rcomp/createtable") > > a<-table.start() > a<-table.row.start(a) > a<-table.element(a,'Summary of Dendrogram',2,TRUE) > a<-table.row.end(a) > a<-table.row.start(a) > a<-table.element(a,'Label',header=TRUE) > a<-table.element(a,'Height',header=TRUE) > a<-table.row.end(a) > num <- length(x[,1])-1 > for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,hc$labels[i]) + a<-table.element(a,hc$height[i]) + a<-table.row.end(a) + } > a<-table.end(a) > table.save(a,file="/var/wessaorg/rcomp/tmp/3neba1337199834.tab") > if (par2 != 'ALL'){ + a<-table.start() + a<-table.row.start(a) + a<-table.element(a,'Summary of Cut Dendrogram',2,TRUE) + a<-table.row.end(a) + a<-table.row.start(a) + a<-table.element(a,'Label',header=TRUE) + a<-table.element(a,'Height',header=TRUE) + a<-table.row.end(a) + num <- par2-1 + for (i in 1:num) + { + a<-table.row.start(a) + a<-table.element(a,i) + a<-table.element(a,hc1$height[i]) + a<-table.row.end(a) + } + a<-table.end(a) + table.save(a,file="/var/wessaorg/rcomp/tmp/4uwc41337199834.tab") + } > > try(system("convert tmp/1d38y1337199834.ps tmp/1d38y1337199834.png",intern=TRUE)) character(0) > try(system("convert tmp/27tuf1337199834.ps tmp/27tuf1337199834.png",intern=TRUE)) convert: unable to open image `tmp/27tuf1337199834.ps': No such file or directory @ blob.c/OpenBlob/2480. convert: missing an image filename `tmp/27tuf1337199834.png' @ convert.c/ConvertImageCommand/2838. character(0) Warning message: running command 'convert tmp/27tuf1337199834.ps tmp/27tuf1337199834.png' had status 1 > > > proc.time() user system elapsed 3.559 0.197 3.750