View source: R/italic_traits_pa.R
italic_traits_pa | R Documentation |
This function returns morphological traits of the lichen species passed as input. Only accepts names that exist in the database of ITALIC.
italic_traits_pa(sp_names)
sp_names |
A vector containing scientific names of lichens. |
A dataframe containing a series of traits for the lichen species passed as input.
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) traits <- italic_taits_pa(names_matched$accepted_name)
## Not run:
italic_traits_pa("Cetraria ericetorum Opiz")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.