View source: R/Taxonomic_utilities.R
Taxnamefinder | R Documentation |
Helps filter the zooplankton dataset by returning a set of lowest-level taxa (i.e. the level taxa were recorded at when counted in plankton samples) within a vector of taxa (which can include taxa from any taxonomic level).
Taxnamefinder(Crosswalk, Taxa)
Crosswalk |
Crosswalk table (such as |
Taxa |
A character vector of taxa you wish to select. These taxa can be from any taxonomic level present in the list above. If using the built-in data and crosswalk, they should be present in the |
A character vector of scientific names contained within the vector of Taxa
provided.
Sam Bashevkin
completeTaxaList
, Zoopsynther
Taxnames <- Taxnamefinder(crosswalk, c("Calanoida", "Cyclopoida"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.