PWC.Municipalities | R Documentation |
Population weighted centroids of Municipalities in Greece (Programme Kallikratis).
data("PWC.Municipalities")
A data frame with 326 observations on the following 6 variables.
KallCode
a character vector of municipality codes to link with data from the Hellenic Statistical Authority (EL.STAT.)
pwX
a numeric vector of population weighted x coordinates (GGRS87 / Greek Grid)
pwY
a numeric vector of population weighted y coordinates (GGRS87 / Greek Grid)
Pop
a numeric vector of population according to the 2011 Census for Population in Greece
Lat
a numeric vector of municipalities' latitudes (WGS84)
Lon
a numeric vector of municipalities' longitudes (WGS84)
The population weighted centroids for the 325 Municipalities and the Holy Mountain (Agion Oros) in Greece were computed based on the 13,548 settlements' x and y coordinates and their total population in 2011.
Kalogirou, S. (2017). Spatial inequality in the accessibility to hospitals in Greece, The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, XLII-4/W2, 91-94, https://doi.org/10.5194/isprs-archives-XLII-4-W2-91-2017.
data(PWC.Municipalities)
plot(PWC.Municipalities$pwX,PWC.Municipalities$pwY)
summary(PWC.Municipalities$Pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.