A data set holding several flags.

hypo_flag

Format

A tibble with 41 rows and 2 variables:

geo

string, name of the country

grob

grob (grid object), the actual flag

Source

modified from wikipedia.org.

Examples

ggplot() + geom_hypo_grob(data = hypo_coral_img, aes(x = .5, y = .5, grob = grob)) + facet_grid(side ~ type)