map_chi: Create a basic map of Chicago with specified regional...

Description Usage Arguments Value Examples

Description

Create a basic map of Chicago with specified regional boundaries.

Usage

1
map_chi(background, lines, regions = "CAs", title = NULL, title_size = 15)

Arguments

background

The background color.

lines

The line color.

regions

The type of region to plot. Options include: "CAs", "tracts," "districts," and "zips."

title

Title.

title_size

Title size.

Value

A map of Chicago. More specifically, an object of type "ggplot."

Examples

1
map_chi(background = "grey", lines = "blue", title = "Chicago Community Areas")

dmwelgus/MapChi documentation built on May 15, 2019, 9:38 a.m.