imager (version 0.42.7)

imlist: Image list

Description

An imlist object is simply a list of images (of class cimg). For convenience, some generic functions are defined that wouldn't work on plain lists, like plot, display and as.data.frame DEPRECATION NOTE: in v0.30 of imager, the original behaviour of the "imlist" function was to take a list and turn it into an image list. This behaviour has now been changed to make "imlist" be more like "list". If you wish to turn a list into an image list, use as.imlist.

Usage

imlist(...)

Arguments

...

images to be included in the image list

See Also

plot.imlist, display.imlist, as.data.frame.imlist

Examples

Run this code
# NOT RUN {
imlist(a=imfill(3,3),b=imfill(10,10)) 
imsplit(boats,"x",6) 
imsplit(boats,"x",6) %>% plot
# }

Run the code above in your browser using DataLab