View source: R/italic_ecology_traits.R
italic_ecology_traits | R Documentation |
Retrieves morpho-functional traits, ecological indicators, altitudinal distribution, and poleotolerance data for lichen taxa. Only accepts names that exist in the database of ITALIC.
italic_ecology_traits(sp_names)
sp_names |
Character vector of accepted names |
A data frame with:
The scientific name provided as input
Substrate
Type of photosynthetic partner
Growth form
Distribution in vegetation zones
Water requirements
Main reproductive methods
Minimum pH value (1-5 scale)
Maximum pH value (1-5 scale)
Minimum light requirements (1-5 scale)
Maximum light tolerance (1-5 scale)
Minimum aridity tolerance (1-5 scale)
Maximum aridity tolerance (1-5 scale)
Minimum nutrient requirements (1-5 scale)
Maximum nutrient tolerance (1-5 scale)
Minimum altitude zone (1-6 scale)
Maximum altitude zone (1-6 scale)
Minimum poleotolerance level (1-5 scale)
Maximum poleotolerance level (1-5 scale)
Before using this function with a list of names, first obtain their accepted names
using italic_match()
.
Example workflow:
names_matched <- italic_match(your_names) data <- italic_ecology_traits(names_matched$accepted_name)
ITALIC - The Information System on Italian Lichens: data about taxa https://italic.units.it/?procedure=base&t=59&c=60#otherdata
## Not run:
italic_ecology_traits("Cetraria islandica (L.) Ach. subsp. islandica")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.