image_combine | R Documentation |
Combines several images to a grid
image_combine(
...,
labels = NULL,
nrow = NULL,
ncol = NULL,
col = "black",
verbose = TRUE
)
... |
a comma-separated name of image objects or a list containing image objects. |
labels |
A character vector with the same length of the number of
objects in |
nrow, ncol |
The number of rows or columns in the plot grid. Defaults to
|
col |
The color for the plot labels. Defaults to |
verbose |
Shows the name of objects declared in |
A grid with the images in ...
Tiago Olivoto tiagoolivoto@gmail.com
library(pliman)
img1 <- image_pliman("sev_leaf.jpg")
img2 <- image_pliman("sev_leaf_nb.jpg")
image_combine(img1, img2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.