View source: R/helpers_magick.R
wrapped.image.append | R Documentation |
Wrapper around magick::image_append that allows specifying the background color when working with images of different width/height.
wrapped.image.append(images, stack = FALSE, background_color = "#FFFFFF")
images |
a vector/stack of magick images. See |
stack |
whether to append vertically, default is FALSE / horizontally. |
background_color |
hex color string, the background color to use if the images have different sizes and one needs to be extended. Do not use color names like 'gray', which differ between R and magick. |
a single magick image, the stacked version.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.