A data set holding trair specific hamlet drawings.

hypo_trait_img

Format

A tibble with 11 rows and 3 variables:

trait

string, trait name

l

grob (grid object), drawings of the traits, cropped to circle

r

grob (grid object), drawings of the traits, whole

Source

drawing by KH.

Examples

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