italic_traits_pa {ritalic}R 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)

[Package ritalic version 0.11.0 Index]