Description Usage Arguments Value
Decorates a png with title, caption and a legend from an image using magick package
1 2 3 4 5 6 7 8 | decorate_png(
file = NULL,
title = "",
caption = "",
size = 60,
legend_file = NULL,
overwrite = F
)
|
file |
File to decorate |
title |
Title string |
caption |
Caption string |
size |
Size of Title in pix. Caption is 0.7xsize |
legend_file |
Image file with legend will be put on the right |
overwrite |
Should orig file be overwritten? Default: FALSE |
called for the side effect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.