Displaying 1 result from an estimated 1 matches for "ohgt".
Did you mean:
ogt
2005 Jul 11
1
indexing into and modifying dendrograms
...was formed,
## i.e. gives the row of the merge object which
## describes the formation of that node
## one new line near end of nMerge loop:
## ***************
## *** 51,56 ****
## --- 51,60 ----
## attr(z[[x[2]]], "midpoint"))/2
## }
## attr(zk, "height") <- oHgt[k]
## +
## + ## JB added July 6 2005
## + attr(zk, "cNum") <- k
## +
## z[[k <- as.character(k)]] <- zk
## }
## z <- z[[k]]
attributes(dend1)
attributes(dend1[[1]])
## here's a table relating dend1 and the cNum attribute
## dend1...