README.md

brazilmaps

The goal of brazilmaps is to provide Brazilian map spatial objects of varying region types (e.g. cities, states, microregions, mesoregions).

Installation

Install the release version from CRAN:

install.packages("brazilmaps")

or the development version from github

# install.packages("devtools")
devtools::install_github("rpradosiqueira/brazilmaps")

Example

Let's assume that we want to plot the brazilian municipalities of the Midwest Region. To do this simply execute:

library(brazilmaps)

# Get de map
midwest_cities <- get_brmap(geo = "City",
                            geo.filter = list(Region = 5))

# Plot
plot_brmap(midwest_cities)

I'm preparing a vignette with more examples that will come soon.



Try the brazilmaps package in your browser

Any scripts or data that you put into this service are public.

brazilmaps documentation built on May 2, 2019, 3:04 a.m.