imager (version 0.41.2)

as.imlist.list: Convert various objects to image lists

Description

Convert various objects to image lists

Usage

# S3 method for list
as.imlist(obj, ...)

as.imlist(obj, ...)

# S3 method for imlist as.imlist(obj, ...)

# S3 method for cimg as.imlist(obj, ...)

Arguments

obj

an image list

...

ignored

Value

a list

Methods (by class)

  • list: convert from list

  • imlist: Convert from imlist (identity)

  • cimg: Convert from image

Examples

Run this code
# NOT RUN {
list(a=boats,b=boats*2) %>% as.imlist
# }

Run the code above in your browser using DataLab