powered by
POLYGON
A sf object including all countries as provided by GISCO (2016 version).
sf
A MULTIPOLYGON data frame (resolution: 1:20million, EPSG:4326) object with 257 rows and 7 variables:
MULTIPOLYGON
row ID
Official country name on local language
ISO 3166-1 alpha-3 code of each country, as provided by GISCO
Country ID
Country name in English
FID
geometry field
gisco_get_countries
# NOT RUN { library(sf) cntry <- gisco_countries GBR <- subset(cntry, ISO3_CODE == "GBR") plot(st_geometry(GBR), col = "red3", border = "blue4") title(sub = gisco_attributions(), line = 1) # }
Run the code above in your browser using DataLab