hypo_img: Hamlet species drawings.

hypo_imgR Documentation

Hamlet species drawings.

Description

A data set holding species specific hamlet drawings.

Usage

hypo_img

Format

A tibble with 22 rows and 4 variables:

spec

string, species name

geno

string, genus (sic.), abbreviation

l

grob (grid object), the left facing drawings

r

grob (grid object), the right facing drawings

Source

drawing by KH.

Examples

ggplot() +
  geom_hypo_grob(data = hypo_img,
                 aes(x = .5, y = .5, grob = l)) +
  facet_wrap(spec ~ .)

ggplot() +
  geom_hypo_grob(data = hypo_img,
                 aes(x = .5, y = .5, grob = r)) +
  facet_wrap(spec ~ .)

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