Learn R Programming

ggcounty (version 0.1)

ggcounty.us: Returns a ggplot2 object with a geom_map of the the lower 48 states (you can grab Hawaii & Alaska separately and map them in)

Description

Returns a ggplot2 object with a geom_map of the the lower 48 states (you can grab Hawaii & Alaska separately and map them in)

Usage

ggcounty.us(fill = "white", color = "#7f7f7f", size = 0.25, alpha = 1)

Arguments

fill

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

border

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

border

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

fill

alpha (e.g. + default = 1)

Value

list consisting of the fortified map object (map), list of FIPS ids (fips) & the ggplot2 object (gg)

Examples

Run this code
# NOT RUN {
g <- ggcounty.us()
# }

Run the code above in your browser using DataLab