Description Usage Arguments Value See Also
Add tips (species) to a phylogenetic tree according to their taxonomic classification.
1 2 3 4 5 6 7 8 9 10 | addSingleTip(
phy,
tip,
sister,
tax,
insert = "crown",
ignore.monophyly,
stem.edge = 0.5,
quiet = FALSE
)
|
phy |
An object of class |
tip |
A character string giving the name of the species to be added. |
sister |
A character string giving the name of the species or genus to
which |
tax |
A data frame containing the taxonomic classification. |
insert |
A character string indicating the positions where the species
is to be inserted: |
ignore.monophyly |
Logical, indicating if monophyly should be considered
when selecting the anchor point for |
stem.edge |
A real number greater than 0 and smaller than 1, which gives
the fraction of the terminal branch length that will be assigned to the
branch subtending the newly created MRCA of |
quiet |
Logical, indicating if screen output should be suppressed. |
An object of class phylo
.
dbReadTaxonomy
for reading a taxonomy table from the
postgreSQL database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.