| countries | R Documentation |
An sf object containing country polygons from Natural Earth (1:50m scale)
with pre-calculated bounding boxes for area of effect analysis.
countries
An sf data frame with 237 rows and 9 variables:
ISO 3166-1 alpha-2 country code (e.g., "FR", "BE")
ISO 3166-1 alpha-3 country code (e.g., "FRA", "BEL")
Country name
Continent name
Original bounding box (xmin, ymin, xmax, ymax) in Mollweide
AoE bounding box at scale sqrt(2)-1 (equal areas)
AoE bounding box at scale 1 (equal linear distance)
Scale factor that produces halo area = country area (with land mask)
Country polygon in WGS84 (EPSG:4326)
Natural Earth https://www.naturalearthdata.com/
# Get France
france <- countries[countries$iso3 == "FRA", ]
# Use directly with aoe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.