| hypo_coral_img | R Documentation |
A data set holding several coral drawings.
hypo_coral_img
A tibble with 6 rows and 3 variables:
string, orientation of the drawing (left/ right)
string, type of coral
grob (grid object), the actual drawing
drawing by KH.
ggplot() +
geom_hypo_grob(data = hypo_coral_img,
aes(x = .5, y = .5, grob = grob)) +
facet_grid(side ~ type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.