R version 2.13.0 (2011-04-13) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: i486-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > par9 = 'cases' > par8 = 'ATTLES all' > par7 = 'all' > par6 = 'bachelor' > par5 = 'all' > par4 = 'FALSE' > par3 = 'TRUE' > par2 = '10' > par1 = 'ward' > ylab = 'height' > xlab = 'cases or variables' > main = 'Dendrogram' > par9 <- 'cases' > par8 <- 'ATTLES all' > par7 <- 'all' > par6 <- 'bachelor' > par5 <- 'all' > par4 <- 'FALSE' > par3 <- 'TRUE' > par2 <- '10' > 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 446 members at h = 101] |--[dendrogram w/ 2 branches and 141 members at h = 59.5] | |--[dendrogram w/ 2 branches and 33 members at h = 19.7] | | |--[dendrogram w/ 2 branches and 10 members at h = 11.3] | | | |--[dendrogram w/ 2 branches and 7 members at h = 6.41] | | | | |--leaf 11 | | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.84] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 22 | | | | | `--leaf 101 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.33] | | | | |--leaf 103 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | | | |--leaf 441 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 30 | | | | `--leaf 297 | | | `--[dendrogram w/ 2 branches and 3 members at h = 6.64] | | | |--leaf 21 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 10 | | | `--leaf 436 | | `--[dendrogram w/ 2 branches and 23 members at h = 13.4] | | |--[dendrogram w/ 2 branches and 9 members at h = 9.74] | | | |--[dendrogram w/ 2 branches and 4 members at h = 6.94] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | | | |--leaf 86 | | | | | `--leaf 418 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.9] | | | | |--leaf 260 | | | | `--leaf 320 | | | `--[dendrogram w/ 2 branches and 5 members at h = 7.85] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 416 | | | | `--leaf 438 | | | `--[dendrogram w/ 2 branches and 3 members at h = 6.7] | | | |--leaf 105 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 17 | | | `--leaf 279 | | `--[dendrogram w/ 2 branches and 14 members at h = 10.3] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.87] | | | |--leaf 402 | | | `--[dendrogram w/ 2 branches and 6 members at h = 5.85] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | | |--leaf 306 | | | | `--leaf 378 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.19] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4] | | | | |--leaf 138 | | | | `--leaf 207 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 118 | | | `--leaf 240 | | `--[dendrogram w/ 2 branches and 7 members at h = 7.77] | | |--[dendrogram w/ 2 branches and 3 members at h = 6.17] | | | |--leaf 56 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 349 | | | `--leaf 434 | | `--[dendrogram w/ 2 branches and 4 members at h = 6.82] | | |--leaf 152 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.27] | | |--leaf 360 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 337 | | `--leaf 355 | `--[dendrogram w/ 2 branches and 108 members at h = 23.8] | |--[dendrogram w/ 2 branches and 56 members at h = 13.9] | | |--[dendrogram w/ 2 branches and 17 members at h = 11.7] | | | |--[dendrogram w/ 2 branches and 6 members at h = 5.66] | | | | |--leaf 272 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.06] | | | | |--leaf 249 | | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.92] | | | | |--leaf 437 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.23] | | | | |--leaf 354 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 261 | | | | `--leaf 307 | | | `--[dendrogram w/ 2 branches and 11 members at h = 6.82] | | | |--[dendrogram w/ 2 branches and 3 members at h = 5.14] | | | | |--leaf 325 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 345 | | | | `--leaf 423 | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.42] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 267 | | | | `--leaf 366 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.47] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.91] | | | | |--leaf 406 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 317 | | | | `--leaf 326 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.3] | | | |--leaf 276 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 263 | | | `--leaf 332 | | `--[dendrogram w/ 2 branches and 39 members at h = 12.9] | | |--[dendrogram w/ 2 branches and 21 members at h = 7.52] | | | |--[dendrogram w/ 2 branches and 10 members at h = 5.32] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.39] | | | | | |--leaf 312 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 250 | | | | | `--leaf 258 | | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.8] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | | |--leaf 102 | | | | | `--leaf 395 | | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.82] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.45] | | | | | |--leaf 287 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 266 | | | | | `--leaf 277 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 336 | | | | `--leaf 427 | | | `--[dendrogram w/ 2 branches and 11 members at h = 5.35] | | | |--[dendrogram w/ 2 branches and 4 members at h = 4.15] | | | | |--leaf 375 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.43] | | | | |--leaf 304 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 262 | | | | `--leaf 421 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.69] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 37 | | | | `--leaf 295 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.92] | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | |--leaf 321 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 370 | | | | `--leaf 377 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 379 | | | `--leaf 425 | | `--[dendrogram w/ 2 branches and 18 members at h = 7.95] | | |--[dendrogram w/ 2 branches and 4 members at h = 6.32] | | | |--leaf 380 | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.03] | | | |--leaf 298 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 195 | | | `--leaf 252 | | `--[dendrogram w/ 2 branches and 14 members at h = 7.53] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.66] | | | |--leaf 351 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.56] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 301 | | | | `--leaf 371 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 422 | | | `--leaf 424 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.53] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.31] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.39] | | | | |--leaf 426 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 386 | | | | `--leaf 392 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 383 | | | `--leaf 412 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.99] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 268 | | | `--leaf 363 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 254 | | `--leaf 385 | `--[dendrogram w/ 2 branches and 52 members at h = 18.6] | |--[dendrogram w/ 2 branches and 24 members at h = 14.4] | | |--[dendrogram w/ 2 branches and 7 members at h = 7.96] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.83] | | | | |--leaf 160 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.89] | | | | |--leaf 206 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 120 | | | | `--leaf 281 | | | `--[dendrogram w/ 2 branches and 3 members at h = 6.9] | | | |--leaf 342 | | | `--[dendrogram w/ 2 branches and 2 members at h = 6] | | | |--leaf 119 | | | `--leaf 350 | | `--[dendrogram w/ 2 branches and 17 members at h = 9.68] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.57] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | | |--leaf 40 | | | | `--leaf 381 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.23] | | | |--leaf 168 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.88] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | |--leaf 315 | | | | `--leaf 445 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 45 | | | `--leaf 74 | | `--[dendrogram w/ 2 branches and 10 members at h = 9.37] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | | |--leaf 405 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 265 | | | `--leaf 347 | | `--[dendrogram w/ 2 branches and 7 members at h = 6.19] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.56] | | | |--leaf 251 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 334 | | | `--leaf 399 | | `--[dendrogram w/ 2 branches and 4 members at h = 5.15] | | |--leaf 329 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | |--leaf 376 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 270 | | `--leaf 372 | `--[dendrogram w/ 2 branches and 28 members at h = 14.8] | |--[dendrogram w/ 2 branches and 13 members at h = 8.46] | | |--[dendrogram w/ 2 branches and 8 members at h = 6.4] | | | |--[dendrogram w/ 2 branches and 4 members at h = 3.73] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | | |--leaf 394 | | | | | `--leaf 414 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 346 | | | | `--leaf 348 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.64] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 280 | | | | `--leaf 290 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | | |--leaf 271 | | | `--leaf 310 | | `--[dendrogram w/ 2 branches and 5 members at h = 6.59] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 282 | | | `--leaf 444 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.92] | | |--leaf 273 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 135 | | `--leaf 343 | `--[dendrogram w/ 2 branches and 15 members at h = 10.7] | |--[dendrogram w/ 2 branches and 6 members at h = 5.14] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.86] | | | |--leaf 318 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 38 | | | `--leaf 97 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | |--leaf 369 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 35 | | `--leaf 255 | `--[dendrogram w/ 2 branches and 9 members at h = 8.63] | |--[dendrogram w/ 2 branches and 4 members at h = 4.56] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 68 | | | `--leaf 212 | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | |--leaf 248 | | `--leaf 429 | `--[dendrogram w/ 2 branches and 5 members at h = 8.2] | |--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | |--leaf 32 | | `--leaf 391 | `--[dendrogram w/ 2 branches and 3 members at h = 4.94] | |--leaf 440 | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | |--leaf 397 | `--leaf 433 `--[dendrogram w/ 2 branches and 305 members at h = 90.7] |--[dendrogram w/ 2 branches and 106 members at h = 27.4] | |--[dendrogram w/ 2 branches and 30 members at h = 15] | | |--[dendrogram w/ 2 branches and 12 members at h = 8.65] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.17] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 292 | | | | | `--leaf 333 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | | |--leaf 6 | | | | `--leaf 353 | | | `--[dendrogram w/ 2 branches and 8 members at h = 5.55] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.63] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 257 | | | | | `--leaf 401 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | | | |--leaf 324 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 364 | | | | `--leaf 384 | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.28] | | | |--leaf 313 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 328 | | | `--leaf 362 | | `--[dendrogram w/ 2 branches and 18 members at h = 10.4] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.48] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.68] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | | |--leaf 247 | | | | | `--leaf 430 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.64] | | | | |--leaf 390 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 389 | | | | `--leaf 419 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.69] | | | |--leaf 215 | | | `--leaf 314 | | `--[dendrogram w/ 2 branches and 11 members at h = 8.29] | | |--[dendrogram w/ 2 branches and 7 members at h = 6.15] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 327 | | | | `--leaf 365 | | | `--[dendrogram w/ 2 branches and 5 members at h = 5.27] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 420 | | | | `--leaf 428 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.6] | | | |--leaf 356 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 289 | | | `--leaf 431 | | `--[dendrogram w/ 2 branches and 4 members at h = 6.33] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 286 | | | `--leaf 432 | | `--[dendrogram w/ 2 branches and 2 members at h = 5] | | |--leaf 417 | | `--leaf 443 | `--[dendrogram w/ 2 branches and 76 members at h = 20.3] | |--[dendrogram w/ 2 branches and 20 members at h = 8.68] | | |--[dendrogram w/ 2 branches and 11 members at h = 6.65] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.27] | | | | |--[dendrogram w/ 2 branches and 3 members at h = 2.95] | | | | | |--leaf 339 | | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | | | |--leaf 308 | | | | | `--leaf 367 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 36 | | | | `--leaf 194 | | | `--[dendrogram w/ 2 branches and 6 members at h = 4.76] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | |--leaf 368 | | | | `--leaf 413 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.72] | | | |--leaf 382 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.06] | | | |--leaf 256 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 259 | | | `--leaf 338 | | `--[dendrogram w/ 2 branches and 9 members at h = 7.79] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.73] | | | |--leaf 319 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 303 | | | `--leaf 408 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.63] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.71] | | | |--leaf 341 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 300 | | | `--leaf 407 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.9] | | |--leaf 323 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | |--leaf 283 | | `--leaf 294 | `--[dendrogram w/ 2 branches and 56 members at h = 16.9] | |--[dendrogram w/ 2 branches and 17 members at h = 8.59] | | |--[dendrogram w/ 2 branches and 6 members at h = 6.62] | | | |--[dendrogram w/ 2 branches and 2 members at h = 5.29] | | | | |--leaf 114 | | | | `--leaf 359 | | | `--[dendrogram w/ 2 branches and 4 members at h = 5.56] | | | |--leaf 203 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.91] | | | |--leaf 264 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 60 | | | `--leaf 178 | | `--[dendrogram w/ 2 branches and 11 members at h = 6.86] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.86] | | | |--leaf 225 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 181 | | | `--leaf 184 | | `--[dendrogram w/ 2 branches and 8 members at h = 5.72] | | |--[dendrogram w/ 2 branches and 4 members at h = 2.93] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 155 | | | | `--leaf 169 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 122 | | | `--leaf 236 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.59] | | |--leaf 219 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.07] | | |--leaf 205 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 143 | | `--leaf 180 | `--[dendrogram w/ 2 branches and 39 members at h = 15] | |--[dendrogram w/ 2 branches and 18 members at h = 9.7] | | |--[dendrogram w/ 2 branches and 7 members at h = 5.87] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.44] | | | | |--leaf 446 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 75 | | | | `--leaf 404 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.44] | | | |--leaf 400 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.75] | | | |--leaf 361 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 269 | | | `--leaf 439 | | `--[dendrogram w/ 2 branches and 11 members at h = 8.72] | | |--[dendrogram w/ 2 branches and 4 members at h = 5.04] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | | |--leaf 299 | | | | `--leaf 335 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | |--leaf 153 | | | `--leaf 228 | | `--[dendrogram w/ 2 branches and 7 members at h = 6.18] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 34 | | | `--leaf 411 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.52] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.7] | | | |--leaf 204 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 154 | | | `--leaf 188 | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | |--leaf 65 | | `--leaf 357 | `--[dendrogram w/ 2 branches and 21 members at h = 11.1] | |--[dendrogram w/ 2 branches and 9 members at h = 8.1] | | |--leaf 275 | | `--[dendrogram w/ 2 branches and 8 members at h = 6.2] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 253 | | | `--leaf 374 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.01] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 358 | | | `--leaf 403 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.63] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 285 | | | `--leaf 396 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 296 | | `--leaf 305 | `--[dendrogram w/ 2 branches and 12 members at h = 8.88] | |--[dendrogram w/ 2 branches and 6 members at h = 6.47] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.07] | | | |--leaf 246 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 139 | | | `--leaf 237 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.92] | | |--leaf 340 | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | |--leaf 63 | | `--leaf 316 | `--[dendrogram w/ 2 branches and 6 members at h = 6.69] | |--[dendrogram w/ 2 branches and 3 members at h = 4.21] | | |--leaf 77 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 107 | | `--leaf 274 | `--[dendrogram w/ 2 branches and 3 members at h = 4.42] | |--leaf 149 | `--[dendrogram w/ 2 branches and 2 members at h = 3] | |--leaf 52 | `--leaf 293 `--[dendrogram w/ 2 branches and 199 members at h = 44.4] |--[dendrogram w/ 2 branches and 88 members at h = 20.2] | |--[dendrogram w/ 2 branches and 35 members at h = 11.4] | | |--[dendrogram w/ 2 branches and 10 members at h = 7.63] | | | |--[dendrogram w/ 2 branches and 4 members at h = 5.17] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | | | |--leaf 26 | | | | | `--leaf 104 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 150 | | | | `--leaf 218 | | | `--[dendrogram w/ 2 branches and 6 members at h = 6.95] | | | |--leaf 165 | | | `--[dendrogram w/ 2 branches and 5 members at h = 4.89] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.33] | | | | |--leaf 161 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 78 | | | | `--leaf 92 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.24] | | | |--leaf 106 | | | `--leaf 182 | | `--[dendrogram w/ 2 branches and 25 members at h = 9.84] | | |--[dendrogram w/ 2 branches and 16 members at h = 5.88] | | | |--[dendrogram w/ 2 branches and 5 members at h = 4.2] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | | |--leaf 140 | | | | | `--leaf 186 | | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.91] | | | | |--leaf 132 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 28 | | | | `--leaf 51 | | | `--[dendrogram w/ 2 branches and 11 members at h = 5.09] | | | |--[dendrogram w/ 2 branches and 4 members at h = 2.88] | | | | |--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | | |--leaf 7 | | | | | `--leaf 82 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 2] | | | | |--leaf 70 | | | | `--leaf 125 | | | `--[dendrogram w/ 2 branches and 7 members at h = 4.62] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | | |--leaf 84 | | | | `--leaf 94 | | | `--[dendrogram w/ 2 branches and 5 members at h = 3.46] | | | |--leaf 200 | | | `--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | | |--leaf 244 | | | `--[dendrogram w/ 2 branches and 3 members at h = 2.65] | | | |--leaf 49 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | |--leaf 100 | | | `--leaf 223 | | `--[dendrogram w/ 2 branches and 9 members at h = 8.86] | | |--[dendrogram w/ 2 branches and 3 members at h = 5.68] | | | |--leaf 198 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | | | |--leaf 148 | | | `--leaf 170 | | `--[dendrogram w/ 2 branches and 6 members at h = 7.12] | | |--leaf 398 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.73] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 190 | | | `--leaf 202 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.99] | | |--leaf 226 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | |--leaf 179 | | `--leaf 241 | `--[dendrogram w/ 2 branches and 53 members at h = 15] | |--[dendrogram w/ 2 branches and 17 members at h = 8.62] | | |--[dendrogram w/ 2 branches and 5 members at h = 6.1] | | | |--[dendrogram w/ 2 branches and 3 members at h = 3.95] | | | | |--leaf 80 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 189 | | | | `--leaf 231 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.58] | | | |--leaf 53 | | | `--leaf 151 | | `--[dendrogram w/ 2 branches and 12 members at h = 7.41] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.59] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 4 | | | | `--leaf 14 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.2] | | | |--leaf 185 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 98 | | | `--leaf 330 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.05] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.04] | | | |--leaf 124 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 113 | | | `--leaf 309 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.29] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 137 | | | `--leaf 141 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 27 | | `--leaf 183 | `--[dendrogram w/ 2 branches and 36 members at h = 12.7] | |--[dendrogram w/ 2 branches and 14 members at h = 6.41] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.12] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 144 | | | | `--leaf 229 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | | |--leaf 166 | | | `--leaf 239 | | `--[dendrogram w/ 2 branches and 10 members at h = 5.47] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.47] | | | |--leaf 156 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 127 | | | `--leaf 175 | | `--[dendrogram w/ 2 branches and 7 members at h = 5.03] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 61 | | | `--leaf 177 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.17] | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 211 | | | `--leaf 232 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.21] | | |--leaf 192 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 39 | | `--leaf 44 | `--[dendrogram w/ 2 branches and 22 members at h = 9.18] | |--[dendrogram w/ 2 branches and 7 members at h = 6.31] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 71 | | | `--leaf 187 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.45] | | |--leaf 123 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.09] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 164 | | | `--leaf 291 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 87 | | `--leaf 133 | `--[dendrogram w/ 2 branches and 15 members at h = 7.1] | |--[dendrogram w/ 2 branches and 10 members at h = 5.22] | | |--[dendrogram w/ 2 branches and 6 members at h = 3.63] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 110 | | | | `--leaf 174 | | | `--[dendrogram w/ 2 branches and 4 members at h = 3.19] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.24] | | | | |--leaf 18 | | | | `--leaf 134 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 2 | | | `--leaf 243 | | `--[dendrogram w/ 2 branches and 4 members at h = 4.32] | | |--leaf 25 | | `--[dendrogram w/ 2 branches and 3 members at h = 3] | | |--leaf 213 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 54 | | `--leaf 73 | `--[dendrogram w/ 2 branches and 5 members at h = 5.54] | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | |--leaf 158 | | `--leaf 197 | `--[dendrogram w/ 2 branches and 3 members at h = 3.97] | |--leaf 163 | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | |--leaf 221 | `--leaf 238 `--[dendrogram w/ 2 branches and 111 members at h = 31.9] |--[dendrogram w/ 2 branches and 53 members at h = 21.7] | |--[dendrogram w/ 2 branches and 21 members at h = 12.1] | | |--[dendrogram w/ 2 branches and 5 members at h = 6.62] | | | |--[dendrogram w/ 2 branches and 3 members at h = 4.44] | | | | |--leaf 415 | | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | | |--leaf 3 | | | | `--leaf 233 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4.58] | | | |--leaf 79 | | | `--leaf 311 | | `--[dendrogram w/ 2 branches and 16 members at h = 9.4] | | |--[dendrogram w/ 2 branches and 5 members at h = 7.29] | | | |--[dendrogram w/ 2 branches and 2 members at h = 4.12] | | | | |--leaf 302 | | | | `--leaf 387 | | | `--[dendrogram w/ 2 branches and 3 members at h = 5.2] | | | |--leaf 13 | | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | | |--leaf 108 | | | `--leaf 214 | | `--[dendrogram w/ 2 branches and 11 members at h = 7.9] | | |--[dendrogram w/ 2 branches and 6 members at h = 4.48] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 145 | | | | `--leaf 209 | | | `--[dendrogram w/ 2 branches and 4 members at h = 4.14] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | | |--leaf 88 | | | | `--leaf 331 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 81 | | | `--leaf 227 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.64] | | |--[dendrogram w/ 2 branches and 2 members at h = 4.36] | | | |--leaf 83 | | | `--leaf 409 | | `--[dendrogram w/ 2 branches and 3 members at h = 5] | | |--leaf 284 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 224 | | `--leaf 352 | `--[dendrogram w/ 2 branches and 32 members at h = 16.2] | |--[dendrogram w/ 2 branches and 13 members at h = 5.48] | | |--[dendrogram w/ 2 branches and 4 members at h = 3.34] | | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | | |--leaf 85 | | | | `--leaf 99 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 50 | | | `--leaf 55 | | `--[dendrogram w/ 2 branches and 9 members at h = 5.29] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.37] | | | |--leaf 220 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.56] | | | |--leaf 121 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 67 | | | `--leaf 235 | | `--[dendrogram w/ 2 branches and 5 members at h = 4.48] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | | |--leaf 69 | | | `--leaf 72 | | `--[dendrogram w/ 2 branches and 3 members at h = 3.89] | | |--leaf 15 | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | |--leaf 9 | | `--leaf 142 | `--[dendrogram w/ 2 branches and 19 members at h = 11] | |--[dendrogram w/ 2 branches and 7 members at h = 8.37] | | |--[dendrogram w/ 2 branches and 2 members at h = 4.58] | | | |--leaf 23 | | | `--leaf 167 | | `--[dendrogram w/ 2 branches and 5 members at h = 6.14] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 29 | | | `--leaf 31 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.4] | | |--leaf 159 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | |--leaf 176 | | `--leaf 234 | `--[dendrogram w/ 2 branches and 12 members at h = 8.92] | |--[dendrogram w/ 2 branches and 10 members at h = 6.43] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.6] | | | |--leaf 322 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.08] | | | |--leaf 344 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | | |--leaf 115 | | | `--leaf 147 | | `--[dendrogram w/ 2 branches and 6 members at h = 4.75] | | |--[dendrogram w/ 2 branches and 3 members at h = 3.79] | | | |--leaf 278 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | | |--leaf 96 | | | `--leaf 216 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.56] | | |--leaf 393 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.74] | | |--leaf 19 | | `--leaf 208 | `--[dendrogram w/ 2 branches and 2 members at h = 6.63] | |--leaf 171 | `--leaf 199 `--[dendrogram w/ 2 branches and 58 members at h = 22.9] |--[dendrogram w/ 2 branches and 30 members at h = 12.3] | |--[dendrogram w/ 2 branches and 7 members at h = 6.26] | | |--leaf 42 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.65] | | |--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | | |--leaf 373 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3.16] | | | |--leaf 117 | | | `--leaf 410 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.39] | | |--leaf 172 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | |--leaf 196 | | `--leaf 210 | `--[dendrogram w/ 2 branches and 23 members at h = 8.59] | |--[dendrogram w/ 2 branches and 4 members at h = 5.44] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.87] | | | |--leaf 1 | | | `--leaf 388 | | `--[dendrogram w/ 2 branches and 2 members at h = 4] | | |--leaf 111 | | `--leaf 157 | `--[dendrogram w/ 2 branches and 19 members at h = 7.76] | |--[dendrogram w/ 2 branches and 11 members at h = 6.43] | | |--[dendrogram w/ 2 branches and 5 members at h = 4.86] | | | |--[dendrogram w/ 2 branches and 2 members at h = 3] | | | | |--leaf 64 | | | | `--leaf 222 | | | `--[dendrogram w/ 2 branches and 3 members at h = 3.27] | | | |--leaf 46 | | | `--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 12 | | | `--leaf 173 | | `--[dendrogram w/ 2 branches and 6 members at h = 5.44] | | |--[dendrogram w/ 2 branches and 2 members at h = 0] | | | |--leaf 48 | | | `--leaf 146 | | `--[dendrogram w/ 2 branches and 4 members at h = 2.74] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.45] | | | |--leaf 66 | | | `--leaf 93 | | `--[dendrogram w/ 2 branches and 2 members at h = 2.65] | | |--leaf 128 | | `--leaf 193 | `--[dendrogram w/ 2 branches and 8 members at h = 6.99] | |--[dendrogram w/ 2 branches and 4 members at h = 4] | | |--[dendrogram w/ 2 branches and 2 members at h = 2.83] | | | |--leaf 43 | | | `--leaf 109 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.32] | | |--leaf 90 | | `--leaf 442 | `--[dendrogram w/ 2 branches and 4 members at h = 5.65] | |--leaf 217 | `--[dendrogram w/ 2 branches and 3 members at h = 4.52] | |--leaf 230 | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | |--leaf 130 | `--leaf 245 `--[dendrogram w/ 2 branches and 28 members at h = 15.5] |--[dendrogram w/ 2 branches and 13 members at h = 7.23] | |--[dendrogram w/ 2 branches and 9 members at h = 6.08] | | |--[dendrogram w/ 2 branches and 4 members at h = 4.73] | | | |--leaf 91 | | | `--[dendrogram w/ 2 branches and 3 members at h = 4.04] | | | |--leaf 435 | | | `--[dendrogram w/ 2 branches and 2 members at h = 3] | | | |--leaf 59 | | | `--leaf 131 | | `--[dendrogram w/ 2 branches and 5 members at h = 5.42] | | |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | | |--leaf 8 | | | `--leaf 126 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.83] | | |--leaf 116 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | | |--leaf 41 | | `--leaf 112 | `--[dendrogram w/ 2 branches and 4 members at h = 6.53] | |--leaf 242 | `--[dendrogram w/ 2 branches and 3 members at h = 4.83] | |--leaf 58 | `--[dendrogram w/ 2 branches and 2 members at h = 3.61] | |--leaf 62 | `--leaf 89 `--[dendrogram w/ 2 branches and 15 members at h = 9.62] |--[dendrogram w/ 2 branches and 7 members at h = 7.72] | |--[dendrogram w/ 2 branches and 4 members at h = 4.62] | | |--leaf 136 | | `--[dendrogram w/ 2 branches and 3 members at h = 4.18] | | |--leaf 33 | | `--[dendrogram w/ 2 branches and 2 members at h = 3.46] | | |--leaf 57 | | `--leaf 162 | `--[dendrogram w/ 2 branches and 3 members at h = 5.52] | |--leaf 16 | `--[dendrogram w/ 2 branches and 2 members at h = 4.47] | |--leaf 24 | `--leaf 191 `--[dendrogram w/ 2 branches and 8 members at h = 7.77] |--[dendrogram w/ 2 branches and 2 members at h = 3.61] | |--leaf 20 | `--leaf 288 `--[dendrogram w/ 2 branches and 6 members at h = 6.83] |--[dendrogram w/ 2 branches and 3 members at h = 3.88] | |--leaf 95 | `--[dendrogram w/ 2 branches and 2 members at h = 3] | |--leaf 5 | `--leaf 129 `--[dendrogram w/ 2 branches and 3 members at h = 4.24] |--leaf 47 `--[dendrogram w/ 2 branches and 2 members at h = 3.16] |--leaf 76 `--leaf 201 > mysub <- paste('Method: ',par1) > postscript(file="/var/wessaorg/rcomp/tmp/1aaui1335799144.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/2yi5k1335799144.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) + } --[dendrogram w/ 2 branches and 10 members at h = 5.91] |--[dendrogram w/ 2 branches and 3 members at h = 3.81] | |--leaf 7 | `--[dendrogram w/ 2 branches and 2 members at h = 2.73] | |--leaf 1 | `--leaf 4 `--[dendrogram w/ 2 branches and 7 members at h = 4.76] |--[dendrogram w/ 2 branches and 4 members at h = 2.94] | |--leaf 3 | `--[dendrogram w/ 2 branches and 3 members at h = 2.75] | |--leaf 6 | `--[dendrogram w/ 2 branches and 2 members at h = 2.28] | |--leaf 2 | `--leaf 9 `--[dendrogram w/ 2 branches and 3 members at h = 3.51] |--leaf 5 `--[dendrogram w/ 2 branches and 2 members at h = 1.99] |--leaf 8 `--leaf 10 > > #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/3hzgb1335799144.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/4zvp71335799144.tab") + } > > try(system("convert tmp/1aaui1335799144.ps tmp/1aaui1335799144.png",intern=TRUE)) character(0) > try(system("convert tmp/2yi5k1335799144.ps tmp/2yi5k1335799144.png",intern=TRUE)) character(0) > > > proc.time() user system elapsed 3.459 0.255 3.709