| country_halos | R Documentation |
A named list of pre-computed halo geometries for each country where the halo area equals the country area (area proportion = 1). These halos account for land masking (sea areas excluded).
country_halos
A named list with ISO3 country codes as names. Each element is
either an sfc geometry (POLYGON or MULTIPOLYGON) in WGS84, or NULL
if computation failed for that country.
Each halo is a "donut" shape: the area between the original country boundary and the expanded boundary, clipped to land.
Computed from Natural Earth country polygons and land mask.
# Get France's equal-area halo
france_halo <- country_halos[["FRA"]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.