View source: R/gmba_lower_id_from_higher.R
gmba_lower_id_from_higher | R Documentation |
Get a certain lower GMBA Inventory v2.0 mountain range ID from a higher mountain range ID.
Within the GMBA Inventory v2.0 hierarchy, "lower" levels are spatially high,
such as on the continental level. Consequently, "higher" levels are those of spatial detail,
such as individual mountain ranges within a mountain system.
gmba_lower_id_from_higher(rangeid, lowerlevel_numeric, method)
rangeid |
String (character or numeric) of a single GMBA Inventory v2.0 mountain range ID |
lowerlevel_numeric |
A single number (as numeric), indicating what lower level to be given |
method |
Character string, the options are:
See the README for a visual explanation of the two methods |
Character string of the lower GMBA Inventory v2.0 mountain range ID associated with the input ID
## Not run:
Europe <- gmba_lower_id_from_higher(11175, 2, method = "parent")
CentralUplands <- gmba_lower_id_from_higher(11175, 2, method = "steps")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.