powered by
The geographic boundaries of departments (sf) of the municipality of Athens. This is accompanied by various characteristics in these areas.
data(depmunic)
An sf object of 7 polygons with the following 7 variables.
An unique identifier for each municipality department.
The number of airbnb properties in 2017
The number of museums
The population recorded in census at 2011.
The number of citizens that the origin is a non european country.
The area of green spaces (unit: square meters).
The area of the polygon (unit: square kilometers).
properties
# NOT RUN { library(sf) data(depmunic) depmunic$foreigners <- 100*depmunic$pop_rest/depmunic$population plot(depmunic["foreigners"], key.pos=1) # }
Run the code above in your browser using DataLab