provmap: Choropleth map for current Spanish provinces

View source: R/provmap.R

provmapR Documentation

Choropleth map for current Spanish provinces

Description

This function creates a choropleth map for Spanish provinces

Usage

provmap(data, a, color)

Arguments

data

A dataframe containing the variable assigned to each province

a

A vector specifying the breakpoints of the desired choropleth intervals

color

A ColorBrewer sequential palette

Examples

provmap(data, c(0, 10, 20, 30, 40), "Reds")

pauinsanchez/hispanr documentation built on Aug. 7, 2022, midnight