A data set holding trair specific hamlet drawings.
hypo_trait_img
A tibble with 11 rows and 3 variables:
string, trait name
grob (grid object), drawings of the traits, cropped to circle
grob (grid object), drawings of the traits, whole
drawing by KH.
ggplot() + geom_hypo_grob(data = hypo_trait_img, aes(x = .5, y = .5, grob = grob_circle)) + facet_wrap(trait ~ .)ggplot() + geom_hypo_grob(data = hypo_trait_img, aes(x = .5, y = .5, grob = grob_whole)) + facet_wrap(trait ~ .)