View source: R/dueling.dendrograms.R
dueling.dendrograms | R Documentation |
Graphically compare two related dendrograms
dueling.dendrograms(
p.1,
p.2,
lab.1 = "D1",
lab.2 = "D2",
cex.nodelabels = 0.75,
arrow.length = 0.05
)
p.1 |
left-hand phylo-class dendrogram |
p.2 |
right-hand phylo-class dendrogram |
lab.1 |
left-hand title |
lab.2 |
right-hand title |
cex.nodelabels |
character expansion size for node labels |
arrow.length |
arrow head size |
Connector arrows are used to link nodes from the left-hand dendrogram to the right-hand dendrogram.
nothing is returned, function is called to generate graphical output
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.