Description Usage Arguments Value Author(s) Examples
View source: R/utils-spatial.R
Uses the rnaturalearth
package to retrieve global administrative boundaries, which are reprojected, and then clipped to a bounding box around Europe.
1 2 3 4 5 6 | get_EuropeanCountries(
scale = 110,
bbox = europe_100km,
crs = sf::st_crs(europe_100km),
...
)
|
scale |
(optional) The |
bbox |
(optional) A |
crs |
(optional) A |
... |
other parameters passed to |
A sf
object with the administrative boundaries of the relevant European countries.
Matt Lewis
1 2 3 4 | ## Not run:
get_EuropeanCountries()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.