get_otol_synthetic_tree {datelife} | R Documentation |
Get an Open Tree of Life synthetic subtree of a set of given taxon names.
Description
Get an Open Tree of Life synthetic subtree of a set of given taxon names.
Usage
get_otol_synthetic_tree(
input = NULL,
ott_ids = NULL,
otol_version = "v3",
resolve = FALSE,
...
)
Arguments
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 |
otol_version |
Version of Open Tree of Life to use |
resolve |
Defaults to |
... |
Arguments passed on to |
Value
A phylo object
[Package datelife version 0.6.8 Index]