powered by
POLYGON
A sf object including all NUTS levels as provided by GISCO (2016 version).
sf
A POLYGON data frame (resolution: 1:20million, EPSG:4326) object with 2,016 rows and 11 variables:
id: row ID
COAST_TYPE: COAST_TYPE
MOUNT_TYPE: MOUNT_TYPE
NAME_LATN: Name on Latin characters
CNTR_CODE: Eurostat Country code
FID: FID
NUTS_ID: NUTS identifier
NUTS_NAME: NUTS name on local alphabet
LEVL_CODE: NUTS level code (0,1,2,3)
URBN_TYPE: URBN_TYPE
geometry: geometry field
gisco_get_nuts()
Other dataset: gisco_coastallines, gisco_countries, gisco_countrycode, tgs00026
gisco_coastallines
gisco_countries
gisco_countrycode
tgs00026
# NOT RUN { nuts <- gisco_nuts italy <- subset(nuts, CNTR_CODE == "IT" & LEVL_CODE == 3) library(ggplot2) ggplot(italy) + geom_sf() # }
Run the code above in your browser using DataLab