View source: R/gmba_ids_from_elevation.R
gmba_ids_from_elevation | R Documentation |
Get GMBA Inventory v2.0 mountain range IDs that are within a certain mountain elevation range
gmba_ids_from_elevation(
elevation_low,
elevation_high,
range_selection = "all",
manual = NULL
)
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:
|
manual |
Character string containing the IDs of manually selected mountain ranges.
Only needed when |
Character vector of the GMBA Inventory v2.0 mountain range IDs associated covering the input elevation range
## Not run:
rangeids <- gmba_ids_from_elevation(4000, 5000)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.