depmunic {spData}R Documentation

Municipality departments of Athens (Sf)

Description

The geographic boundaries of departments (sf) of the municipality of Athens. This is accompanied by various characteristics in these areas.

Usage

depmunic

Format

An sf object of 7 polygons with the following 7 variables.

See Also

properties

Examples

if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(depmunic)
  
  depmunic$foreigners <- 100*depmunic$pop_rest/depmunic$population
  plot(depmunic["foreigners"], key.pos=1)
}

[Package spData version 2.3.1 Index]