A data set holding several coral drawings.

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)