gmba_ids_from_elevation: Get mountain range IDs from elevation range

View source: R/gmba_ids_from_elevation.R

gmba_ids_from_elevationR Documentation

Get mountain range IDs from elevation range

Description

Get GMBA Inventory v2.0 mountain range IDs that are within a certain mountain elevation range

Usage

gmba_ids_from_elevation(
  elevation_low,
  elevation_high,
  range_selection = "all",
  manual = NULL
)

Arguments

elevation_low

Numeric, lower limit of an elevation range

elevation_high

Numeric, higher limit of an elevation range

range_selection

Character string, the options are:

  • "all" = all level ranges, cross-scale (returns lists of ids!) (default)

  • "basic" = basic mountain ranges only

  • "300" = a selection for global or IPBES/IPCC regional level analyses

  • "100" = a selection for global analyses

  • "level1"-"level10" = ranges pertaining to the respective level of the inventory hierarchy

  • "manual" = range IDs provided with manual

manual

Character string containing the IDs of manually selected mountain ranges. Only needed when range_selection is set to manual. Default is set to NULL

Value

Character vector of the GMBA Inventory v2.0 mountain range IDs associated covering the input elevation range

Examples

## Not run: 
rangeids <- gmba_ids_from_elevation(4000, 5000)

## End(Not run)

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