map_US: Background US map using the maps package to extract a...

Description Usage Arguments Value Examples

View source: R/maps.R

Description

Background US map using the maps package to extract a specific country

Usage

1
map_US(color_continents = "grey80", color_borders = "white")

Arguments

color_continents

color for the continents (grey80 by default)

color_borders

color for the borders (white by default)

Value

A map as a ggplot object

Examples

1
map_US() + geom_point(data=cultures_one_year, aes(x=Longitude, y=Latitude), fill="blue", size=2, shape=21)

vaulot/dvutils documentation built on Nov. 20, 2021, 11:01 a.m.