hypo_flag: Several Country Flags.

hypo_flagR Documentation

Several Country Flags.

Description

A data set holding several flags.

Usage

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)

k-hench/hypoimg documentation built on June 2, 2022, 1:49 a.m.