gmba_subset: Subset the GMBA Inventory v2.0

View source: R/gmba_subset.R

gmba_subsetR Documentation

Subset the GMBA Inventory v2.0

Description

Get a subset of the GMBA Inventory v2.0, based on mountain range IDs.

Usage

gmba_subset(rangeid_vector)

Arguments

rangeid_vector

Vector (character or numeric) of GMBA Inventory v2.0 mountain range IDs. Optionally, the selections "basic, "300" and "100" can be used:

  • "basic" = basic mountain ranges only

  • "300" = ranges included in the 300 pre-selection

  • "100" = ranges included in the 100 pre-selection

Value

An sf object containing the given mountain ranges

Examples

## Not run: 
blackforest_europeanalps <- gmba_subset(c(11175, 10001))
blackforest_europeanalps <- gmba_subset(c("11175", "10001"))
major_291_mountains_of_the_world <- gmba_subset("300")

## End(Not run)

GMBA-biodiversity/gmbaR documentation built on Feb. 13, 2025, 8:44 a.m.