A data set holding a generic hamlet drawing.
hypo_generic_img
A tibble with 2 rows and 2 variables:
string, orientation of the drawing (left/ right)
grob (grid object), the actual drawing
drawing by KH.
ggplot() + geom_hypo_grob(data = hypo_generic_img, aes(x = .5, y = .5, grob = grob)) + facet_wrap(side ~ .)