View source: R/gmba_ids_from_area.R
gmba_ids_from_area | R Documentation |
Get GMBA Inventory v2.0 mountain range IDs of mountain ranges that have a certain size in area
gmba_ids_from_area(area, calc, range_selection = "all", manual = NULL)
area |
Numeric, threshold value of area in size, given in km^2 |
calc |
Character string, should the area be taken as "max"imum or "min"imum? |
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 having a smaller or bigger size in area as submitted
## Not run:
rangeids <- gmba_ids_from_area(5000, "max")
rangeids <- gmba_ids_from_area(5000, "min")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.