Description Usage Arguments Examples
This function does its best attempt to take whatever you provide it and turn it into a grob. It is primarily meant to convert ggplot plots into grobs, but it will also take any grid object (grob), a recorded base R plot, a formula specifying a base R plot, a function that generates a base R plot, or a trellis object.
1 |
plot |
The plot to convert |
device |
A function that creates an appropriate null device. See ['set_null_device()'] for details. If set to 'NULL', will use the cowplot-wide default. |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.