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