hypo_trait_img: Hamlet trait drawings.

hypo_trait_imgR Documentation

Hamlet trait drawings.

Description

A data set holding trair specific hamlet drawings.

Usage

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

k-hench/hypoimg documentation built on June 2, 2022, 1:49 a.m.