hypo_coral_img: Several coral drawings.

hypo_coral_imgR Documentation

Several coral drawings.

Description

A data set holding several coral drawings.

Usage

hypo_coral_img

Format

A tibble with 6 rows and 3 variables:

side

string, orientation of the drawing (left/ right)

type

string, type of coral

grob

grob (grid object), the actual drawing

Source

drawing by KH.

Examples

ggplot() +
  geom_hypo_grob(data = hypo_coral_img,
                 aes(x = .5, y = .5, grob = grob)) +
  facet_grid(side ~ type)

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