Description Usage Arguments Details
geom_hypo_grob
provides a geom of grobs
1 2 3 4 5 6 7 8 9 10 |
mapping |
Set of aesthetic mappings created by aes() |
data |
The data to be displayed in this layer. This shoul be a tibble containing the grobs as one column, x and y values as columns and potential additional aesthetics (width, height and angle). Note, that x and y should be within 0 and 1 and that width and height represent the ration comprared to default size of the grob. |
The function geom_hypo_grob
provides a way to add grob annotations
as geom so that the can be distributed over differnt facets.
This geom builds heavily on the answer by baptiste on the tidiverse github forum: https://github.com/tidyverse/ggplot2/issues/1399
Only the parameters height, width and angle have been added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.