Type: | Package |
Title: | Maps of Peru |
Version: | 2.0.1 |
Description: | Information of the centroids and geographical limits of the regions, departments, provinces and districts of Peru. |
Depends: | R (≥ 3.5.0) |
License: | GPL-3 |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 7.3.2 |
URL: | https://github.com/musajajorge/mapsPERU |
Imports: | tibble |
NeedsCompilation: | no |
Packaged: | 2025-10-21 05:36:08 UTC; jorge |
Author: | Jorge L. C. Musaja [aut, cre] |
Maintainer: | Jorge L. C. Musaja <musajajorge@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2025-10-21 05:50:03 UTC |
mapsPERU: Maps of Peru
Description
Information of the centroids and geographical limits of the regions, departments, provinces and districts of Peru.
Author(s)
Maintainer: Jorge L. C. Musaja musajajorge@gmail.com
See Also
Useful links:
Geographic information of the departments of Peru
Description
Geographic information of the departments of Peru
Usage
map_DEP
Format
dataframe
- COD_DEPARTAMENTO
chr Department code
- DEPARTAMENTO
chr Department name
- POBLACION_2025
dbl Projected population of the department in 2025
- coords_x
dbl Longitude of the centroid of the department
- coords_y
dbl Latitude of the centroid of the department
- geometry
MULTIPOLYGON Geometric object
Geographic information of the districts of Peru
Description
Geographic information of the districts of Peru
Usage
map_DIST
Format
dataframe
- COD_REGION
chr Region code
- COD_DEPARTAMENTO
chr Department code
- COD_PROVINCIA
chr Province code
- COD_DISTRITO
chr District code
- REGION
chr Region name
- DEPARTAMENTO
chr Department name
- PROVINCIA
chr Province name
- DISTRITO
chr District name
- REGION_NATURAL
chr Natural region
- POBLACION_2025
dbl Projected population of the district in 2025
- coords_x
dbl Longitude of the centroid of the district
- coords_y
dbl Latitude of the centroid of the district
- geometry
MULTIPOLYGON Geometric object
Geographic information of the provinces of Peru
Description
Geographic information of the provinces of Peru
Usage
map_PROV
Format
dataframe
- COD_REGION
chr Region code
- COD_DEPARTAMENTO
chr Department code
- COD_PROVINCIA
chr Province code
- REGION
chr Region name
- DEPARTAMENTO
chr Department name
- PROVINCIA
chr Province name
- POBLACION_2025
dbl Projected population of the province in 2025
- coords_x
dbl Longitude of the centroid of the province
- coords_y
dbl Latitude of the centroid of the province
- geometry
MULTIPOLYGON Geometric object
Geographic information of the regions of Peru
Description
Geographic information of the regions of Peru
Usage
map_REG
Format
dataframe
- COD_REGION
chr Region code
- REGION
chr Region name
- POBLACION_2025
dbl Projected population of the region in 2025
- coords_x
dbl Longitude of the centroid of the region
- coords_y
dbl Latitude of the centroid of the region
- geometry
MULTIPOLYGON Geometric object