flag_fillr_continent: Use flags to plot a ggplot2 map

Description Usage Arguments Author(s) Examples

Description

flagfillr is a small set of convenience functions for you to use flags as fills in a ggplot2 map. It will plot the map for you.

Usage

1
2
3
flag_fillr_continent(continent = c("North America", "Asia", "Africa",
  "Europe", "South America", "Oceania"), Europe_no_Russia = TRUE,
  resolution = c("small", "large"), size = c("100", "250", "1000"))

Arguments

continent

(character). Data come from the rnaturalearth package.

resolution

resolution of rnaturalearth data.

size

size of png image.

Author(s)

Robert Myles McDonnell, robertmylesmcdonnell@gmail.com

Examples

1
2
3
4
## Not run: 
flag_fillr_continent( continent = "Africa", resolution = "small", size = 100)

## End(Not run)

RobertMyles/flagfillr documentation built on May 27, 2019, 1:08 a.m.