ggunit_save | R Documentation |
This function is called for its side-effects. It wraps ggplot2::ggsave()
to allow you save without first running device_dimensions()
.
ggunit_save(..., default_text = 11, height, aspect_ratio)
... |
Passed to ggsave. Note that |
default_text |
default text size |
height |
Height of the graphic in lines |
aspect_ratio |
Aspect ratio in the form width/height |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.