Learn R Programming

giscoR (version 0.3.1)

gisco_nuts: All NUTS POLYGON object

Description

A sf object including all NUTS levels as provided by GISCO (2016 version).

Arguments

Format

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

See Also

gisco_get_nuts()

Other dataset: gisco_coastallines, gisco_countries, gisco_countrycode, tgs00026

Examples

Run this code
# 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