gmba_subset | R Documentation |
Get a subset of the GMBA Inventory v2.0, based on mountain range IDs.
gmba_subset(rangeid_vector)
rangeid_vector |
Vector (character or numeric) of GMBA Inventory v2.0 mountain range IDs. Optionally, the selections "basic, "300" and "100" can be used:
|
An sf
object containing the given mountain ranges
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.