Description Usage Arguments Details Value Examples
Parse taxon or taxondf objects by a range of names
1 |
.data |
Input, object of class taxon |
... |
Logical predicates. Multiple conditions are combined with &. See Details. |
Example predicates:
. > family = Get all taxa greater than family
. < family = Get all taxa less than family
. == family = Get all taxa equal to family
. != family = Get all taxa not equal to family
genus < order = Get all taxa between genus and order
genus .. family = Get all taxa between genus and order
A single or list of taxon
class objects
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.