as.imlist.list | R Documentation |
Convert various objects to image lists
## S3 method for class 'list'
as.imlist(obj, ...)
as.imlist(obj, ...)
## S3 method for class 'imlist'
as.imlist(obj, ...)
## S3 method for class 'cimg'
as.imlist(obj, ...)
obj |
an image list |
... |
ignored |
a list
as.imlist(list)
: convert from list
as.imlist(imlist)
: Convert from imlist (identity)
as.imlist(cimg)
: Convert from image
list(a=boats,b=boats*2) %>% as.imlist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.