provinces_spain {spqdep} | R Documentation |
Provinces in Spain.
Description
A simple features object with the provinces in Spain and selected demographic and economic information.
Usage
data(provinces_spain)
Format
A simple features dataframe with 50 rows and 15 columns:
- province
Names of provinces in Spain as factor
- CCAA
Names of Autonomous Communities in Spain as factor
- ID_INE
National Institute of Statistics unique identifier of the provinces
- Population
Population in the province in 2020
- Density
Population density in the province in persons/km^2
- Older
Percentage of population 65 and older in the provice in 2020
- Median_Age
Median age of population in the province in 2020
- Mal2Fml
Ratio of male to female population in the province in 2020
- GDPpc
GDP per capita in the province in 2016
- Transit
Dummy variable for mass transit system in province; 1: YES
- Area
Area of the province
- Altitude
Altitude of the province
- Coast
A dummy variable that indicates whether the province is in the coast; 1: YES
- Meteo_Station
Identifier of meteorological station representative of the province used to retrieve climatic variables
- geometry
geometry of the simple features object
Source
Instituto Nacional de Estadistica http://www.ine.es/
Climatic data: Agencia Estatal de Meteorologia http://www.aemet.es/
Páez et al. (2020)
References
Paez, A., Lopez, F.A., Menezes, T., Cavalcanti, R., & Pitta, M. (2020). A Spatio‐Temporal Analysis of the Environmental Correlates of COVID‐19 Incidence in Spain. Geographical Analysis. 53(3) 397-421
Examples
data(provinces_spain)
summary(provinces_spain)