Description Usage Arguments Value Examples
View source: R/make_sexy_map.r
Download highways data from the Open Streetmaps API for a specified location and plot a map.
1 | make_sexy_map(location, short_name, monochrome = FALSE)
|
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. |
Returns a aesthitically pleasing plot .
1 | make_sexy_map(location="Tuckenhay in England", short_name= "Tuckenhay", monochrome = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.