Taxnamefinder: Finds all of the lowest-level (i.e. counted) taxonomic names...

View source: R/Taxonomic_utilities.R

TaxnamefinderR Documentation

Finds all of the lowest-level (i.e. counted) taxonomic names within a vector of taxa

Description

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).

Usage

Taxnamefinder(Crosswalk, Taxa)

Arguments

Crosswalk

Crosswalk table (such as crosswalk) with columns named "Phylum", "Class", "Order", "Family", "Genus", "Species", and "Taxname." "Taxname" corresponds to the full scientific name of the taxonomic level assigned to the plankter when recorded in the dataset.

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 completeTaxaList.

Value

A character vector of scientific names contained within the vector of Taxa provided.

Author(s)

Sam Bashevkin

See Also

completeTaxaList, Zoopsynther

Examples

Taxnames <- Taxnamefinder(crosswalk, c("Calanoida", "Cyclopoida"))

InteragencyEcologicalProgram/zooper documentation built on Feb. 6, 2025, 9:01 a.m.