italic_traits_pa: Get a presence-absence matrix of lichen traits

View source: R/italic_traits_pa.R

italic_traits_paR Documentation

Get a presence-absence matrix of lichen traits

Description

This function returns morphological traits of the lichen species passed as input. Only accepts names that exist in the database of ITALIC.

Usage

italic_traits_pa(sp_names)

Arguments

sp_names

A vector containing scientific names of lichens.

Value

A dataframe containing a series of traits for the lichen species passed as input.

Note

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)
      

Examples

## Not run: 
italic_traits_pa("Cetraria ericetorum Opiz")

## End(Not run)

ritalic documentation built on April 3, 2025, 10:27 p.m.