get_dated_otol_induced_subtree | R Documentation |
Get a dated OpenTree induced synthetic subtree from a set of given taxon names, from blackrim's FePhyFoFum service.
get_dated_otol_induced_subtree(input = NULL, ott_ids = NULL, ...)
input |
Optional. A character vector of names or a |
ott_ids |
If not NULL, it takes this argument and ignores input. A
numeric vector of ott ids obtained with |
... |
Arguments passed on to |
OpenTree dated tree from Stephen Smith's OpenTree scaling service at
https://github.com/FePhyFoFum/gophy if you want to make an LTT plot of
a dated OpenTree tree you'll need to get rid of singleton nodes with
ape::collapse.singles()
and also probably do phytools::force.ultrametric()
.
A phylo object with edge length proportional to time in Myrs. It will return NA if any ott_id is invalid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.