| compare_lineages | R Documentation |
Prints the lineages of two taxa aligned at their most recent common ancestor, making the point of divergence easy to identify.
compare_lineages(taxon_a, taxon_b, verbose = FALSE)
taxon_a |
A character string giving the first taxon name. |
taxon_b |
A character string giving the second taxon name. |
verbose |
Logical. If |
Invisibly returns a list with elements lineage_a, lineage_b,
and mrca_depth.
compare_lineages("Tyrannosaurus", "Velociraptor")
compare_lineages("Tyrannosaurus", "Triceratops")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.