Skip to contents

This dataset contains the order of mammals species in Western Europe. This dataset is derived from IUCN range maps downloaded at: https://www.iucnredlist.org/resources/spatial-data-download. In respect to the license, species names have been anonymized.

Usage

species_categories

Format

A data.frame with 149 rows (species) and 2 columns (1 column for species name and 1 for the order).

Details

See https://github.com/frbcesab/eumammals for a complete description of the workflow used to create this dataset.

This dataset shows the format of the argument species_categories used in several functions of funbiogeo.

Note that species names (species) is the first column of this dataset.

References

IUCN (2021) The IUCN Red List of Threatened Species. Version 2021-2. Downloaded on 2021/10/11.

Examples

data("species_categories")
class(species_categories)
#> [1] "data.frame"
dim(species_categories)
#> [1] 149   2
species_categories[1:6, ]
#>   species           order
#> 1  sp_001 Cetartiodactyla
#> 2  sp_002        Rodentia
#> 3  sp_003        Rodentia
#> 4  sp_004        Rodentia
#> 5  sp_005        Rodentia
#> 6  sp_006        Rodentia