Learn R Programming

d3po (version 1.0.3)

subnational: Subnational Boundaries Map

Description

Subnational boundaries for the available countries in the 'Natural Earth' repository. The topology has been simplified for better performance in web visualizations and reduced file size. Subnational regions include states, provinces, and equivalent administrative divisions.

Usage

subnational

Arguments

Format

An sf object with 4,596 observations and 6 variables.

Variables

  • continent: Continent name.

  • country: Country name.

  • region: Subnational region name.

  • country_iso: ISO 3166-1 alpha-3 country code.

  • region_iso: ISO 3166-2 subnational region code.

  • geometry: Simple feature geometry column.

Examples

Run this code
subnational[subnational$country_iso == "GBR", ]

Run the code above in your browser using DataLab