A data set holding a generic hamlet drawing.

hypo_generic_img

Format

A tibble with 2 rows and 2 variables:

side

string, orientation of the drawing (left/ right)

grob

grob (grid object), the actual drawing

Source

drawing by KH.

Examples

ggplot() + geom_hypo_grob(data = hypo_generic_img, aes(x = .5, y = .5, grob = grob)) + facet_wrap(side ~ .)