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
)

Arguments

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

Value

nothing is returned, function is called to generate graphical output

Details

Connector arrows are used to link nodes from the left-hand dendrogram to the right-hand dendrogram.

Author

D.E. Beaudette