addGuideLines | R Documentation |
Adds vertical “guide lines” to a dendrogram plot.
addGuideLines(dendro,
all = FALSE,
count = 50,
positions = NULL,
col = "grey30",
lty = 3,
hang = 0)
dendro |
The dendrogram (see |
all |
Add a guide line to every object on the dendrogram? Useful if the number of objects is relatively low. |
count |
Number of guide lines to be plotted. The lines will be equidistantly spaced. |
positions |
Horizontal positions of the added guide lines. If given, overrides |
col |
Color of the guide lines |
lty |
Line type of the guide lines. See |
hang |
Fraction of the figure height that will separate top ends of guide lines and the merge heights of the corresponding objects. |
Peter Langfelder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.