Description Usage Arguments References See Also
View source: R/paint_pomological.R
Uses magick to paint a pomological watercolor. (Paints your plot onto a pomological watercolor style paper, with texture overlay.)
1 2 3 4 5 6 7 8 9 10 | paint_pomological(
pomo_gg,
width = 800,
height = 500,
pointsize = 16,
outfile = NULL,
pomological_background = pomological_images("background"),
pomological_overlay = pomological_images("overlay"),
...
)
|
pomo_gg |
A pomologically styled ggplot2 object. See |
width |
Width of output image in pixels |
height |
Height of output image in pixels |
pointsize |
Text size for plot text |
outfile |
Optional name for output file if you'd like to save the image |
pomological_background |
Paper image, defaults to paper texture provided by ggpomological. |
pomological_overlay |
Overlay texture. Set to |
... |
Arguments passed on to
|
https://usdawatercolors.nal.usda.gov/pom
theme_pomological
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.