Description Usage Arguments Details
View source: R/plotPhyloWithClassification.R
Plots a phylogenetic tree together with color highlighting of the underlying taxonomic classification.
1 2 3 4 | plotPhyloWithClassification(phy, tax, outgroup = "dont.show",
min.support, collapse.unsupported = TRUE, genus.monophyly = TRUE,
genus.col = "grey95", edges, higher.rank, higher.rank.cex = 0.85,
tags, xex = 1.25, pdf.height = "auto", pdf.width = 20, title, file)
|
phy |
An object of class |
tax |
An object of class |
outgroup |
A vector of mode |
min.support |
An integer giving a threshold for support values. Edges
with lower support values will be collapsed into polytomies, if
|
collapse.unsupported |
Logical |
genus.monophyly |
Logical indicating if monophyletic genera should be highlighted. |
genus.col |
A vector of mode |
edges |
A vector of mode |
higher.rank |
A vector of mode |
tags |
A data frame with two columns: the first column contains tip labels as contained in phy, the second columns contains the labels with will be appended (within square bracket) to the corresponding tip labels. |
xex |
A numeric, the x.lim extension; try larger values if parts of the plot are truncated at the right side of the plot. |
pdf.height |
An integer ... |
pdf.width |
An integer ... |
title |
A vector of mode |
file |
A vector of mode |
collapse.unsupported
assumes that the support values are
found in phy$node.label
; no edges will be collapsed, if this list
element does not exist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.