make_sexy_map: Download highways data from the Open Streetmaps API for a...

Description Usage Arguments Value Examples

View source: R/make_sexy_map.r

Description

Download highways data from the Open Streetmaps API for a specified location and plot a map.

Usage

1
make_sexy_map(location, short_name, monochrome = FALSE)

Arguments

location

A character string describing the target, gets passed to osmdata::getbb().

short_name

A character string to be used as a caption.

monochrome

Logical, if TRUE output is black and white.

Value

Returns a aesthitically pleasing plot .

Examples

1
make_sexy_map(location="Tuckenhay in England", short_name= "Tuckenhay", monochrome = TRUE)

lina2497/Giftmap documentation built on Dec. 2, 2019, 4:49 p.m.