A data set holding several flags.
hypo_flag
A tibble with 41 rows and 2 variables:
string, name of the country
grob (grid object), the actual flag
modified from wikipedia.org.
ggplot() + geom_hypo_grob(data = hypo_coral_img, aes(x = .5, y = .5, grob = grob)) + facet_grid(side ~ type)