A data set holding species specific hamlet drawings.

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 ~ .)