View source: R/combine_images.R
combine_images | R Documentation |
This function inputs a list of image files and outputs a concatenated or overlay image
combine_images(
images,
filename = NULL,
path = NULL,
stack = FALSE,
overlay = FALSE,
blend = 80,
skip = 0,
trim = 1
)
images |
A vector of image files to be combined |
filename |
The filename of the combined output image |
path |
The path to the combined output image |
stack |
Optional argument if concatenated image wanted: default FALSE gives horizontal sequence; TRUE gives vertically stacked |
overlay |
Optional argument if overlay image wanted (defaults to FALSE) |
blend |
Level of blending between images (if overlay = 'TRUE') |
skip |
Whether to skip one image before applying pairwise composite (if overlay = 'TRUE') |
trim |
Optional argument if horizontal trim wanted (values 0 to 1; default = 1) |
The name of the output image file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.