View source: R/ifcb_get_trophic_type.R
ifcb_get_trophic_type | R Documentation |
This function matches a specified list of taxa with a summarized list of trophic types
for various plankton taxa from Northern Europe (data sourced from SMHI Trophic Type
).
ifcb_get_trophic_type(taxa_list = NULL, print_complete_list = FALSE)
taxa_list |
A character vector of scientific names for which trophic types are to be retrieved. |
print_complete_list |
Logical, if TRUE, prints the complete list of summarized trophic types. |
If there are multiple trophic types for a scientific name (i.e. AU and HT size classes), the summarized trophic type is "NS".
A character vector of trophic types corresponding to the scientific names in taxa_list
,
or a data frame containing all taxa and trophic types available in the SMHI Trophic Type
list.
The available trophic types are autotrophic (AU), heterotrophic (HT), mixotrophic (MX) or not specified (NS).
# Example usage:
taxa_list <- c("Acanthoceras zachariasii",
"Nodularia spumigena",
"Acanthoica quattrospina",
"Noctiluca",
"Gymnodiniales")
ifcb_get_trophic_type(taxa_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.