hypo_img | R Documentation |
A data set holding species specific hamlet drawings.
hypo_img
A tibble with 22 rows and 4 variables:
string, species name
string, genus (sic.), abbreviation
grob (grid object), the left facing drawings
grob (grid object), the right facing drawings
drawing by KH.
ggplot() + geom_hypo_grob(data = hypo_img, aes(x = .5, y = .5, grob = l)) + facet_wrap(spec ~ .) ggplot() + geom_hypo_grob(data = hypo_img, aes(x = .5, y = .5, grob = r)) + facet_wrap(spec ~ .)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.