View source: R/italic_regions_distribution.R
italic_regions_distribution | R Documentation |
Retrieves presence/absence data (1/0) for lichen taxa across all the Italian administrative regions. Only accepts accepted names from the ITALIC database.
Only accepts names that exist in the database of ITALIC.
italic_regions_distribution(sp_names)
sp_names |
Character vector of accepted names from ITALIC database |
A data frame with columns:
The scientific name provided as input
Presence (1) or absence (0) in Abruzzo
Presence (1) or absence (0) in Basilicata
Presence (1) or absence (0) in Calabria
Presence (1) or absence (0) in Campania
Presence (1) or absence (0) in Emilia Romagna
Presence (1) or absence (0) in Friuli Venezia-Giulia
Presence (1) or absence (0) in Lazio
Presence (1) or absence (0) in Liguria
Presence (1) or absence (0) in Lombardia
Presence (1) or absence (0) in Marche
Presence (1) or absence (0) in Molise
Presence (1) or absence (0) in Piemonte
Presence (1) or absence (0) in Puglia
Presence (1) or absence (0) in Sardegna
Presence (1) or absence (0) in Sicilia
Presence (1) or absence (0) in Toscana
Presence (1) or absence (0) in Trentino Alto-Adige
Presence (1) or absence (0) in Umbria
Presence (1) or absence (0) in Valle d'Aosta
Presence (1) or absence (0) in Veneto
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) distribution <- italic_regions_distribution(names_matched$accepted_name)
## Not run:
# First match names
matched <- italic_match("Cetraria islandica")
# Then get distribution in administrative regions
italic_regions_distribution(matched$accepted_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.