hypo_generic_img: Generic hamlet drawing.

hypo_generic_imgR Documentation

Generic hamlet drawing.

Description

A data set holding a generic hamlet drawing.

Usage

hypo_generic_img

Format

A tibble with 2 rows and 2 variables:

side

string, orientation of the drawing (left/ right)

grob

grob (grid object), the actual drawing

Source

drawing by KH.

Examples

ggplot() +
  geom_hypo_grob(data = hypo_generic_img,
                 aes(x = .5, y = .5, grob = grob)) +
  facet_wrap(side ~ .)

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