ggcountymx: Returns a ggplot2 object with a geom_map of the requested...

Description Usage Arguments Value Examples

Description

Returns a ggplot2 object with a geom_map of the requested county

Usage

1
2
ggcountymx(state = NULL, resolution = 0.5, fill = "white",
  color = "#7f7f7f", size = 0.25, alpha = 1)

Arguments

state

name string (e.g. + default = "NULL)

resolution

(e.g. + default = 0.5)

fill

color string (e.g. + default = "white")

color

border string (e.g. + default = "#7f7f7f")

size

border line width (e.g. + default = 0.25)

alpha

(e.g. + default = 1)

Value

list of points (map), municipality id's (mun.id), ggplot2 object (gg), geom object (geom)

Examples

1
ggcountymx("02")

nicholasbucher/ggcountymx documentation built on May 31, 2019, 8:44 a.m.