A data set holding several coral drawings.
hypo_coral_img
A tibble with 6 rows and 3 variables:
string, orientation of the drawing (left/ right)
string, type of coral
grob (grid object), the actual drawing
drawing by KH.
ggplot() + geom_hypo_grob(data = hypo_coral_img, aes(x = .5, y = .5, grob = grob)) + facet_grid(side ~ type)