map_departamentos: Colombian department map.

View source: R/departamentos.R

map_departamentosR Documentation

Colombian department map.

Description

A function to create the map of a departament with it's municipalities. Each departament is conformed by a set of municipalities.

Usage

map_departamentos(deptos)

Arguments

deptos

a name (char) of the departament which will be created.

Value

a map, a fortifyable object sucha as a SpatialPolygonsDataFrame resulting in a data.frame with columns x or long, y or lat and region or id.

Examples


Antioquia <- map_departamentos("Antioquia")
colmap(Antioquia) # Generating the color map


nebulae-co/colmaps documentation built on July 3, 2025, 10:41 p.m.