Description Usage Arguments Value
Generate binary column representing links between pairs, given dendrogram and cut specification (cut height and not number of desired clusters)
1 | linksAnalysis(allPairwise, pairColNums, htree, cutoff, linkage)
|
allPairwise |
name of data frame containing all pairwise comparisons. This needs to have at least two columns, one representing the first item in the comparison, and one representing the second item. |
pairColNums |
vector of length 2 indicating the column numbers of 1. item 1 in comparison, 2. item 2 in comparison |
htree |
tree (dendrogram) after hierarchical clustering, returned by 'getHcluster' |
cutoff |
cut height for clustering |
linkage |
one of "single", "complete", "average", "centroid", "minimax" |
binary vector representing whether links exist between pairs in 'allPairwise'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.