Description Usage Arguments Value Examples
View source: R/read_in_and_save.R
Save any suitable array as image.
1 | save_image_ef(im, filename, filetype, path = NULL)
|
im |
arr, array-like structure |
filename |
str, working names |
filetype |
str, "jpg", "jpeg" or "png" |
path |
str, optional. Default is current wd. |
the image is saved.
1 2 3 | folder <- system.file("extdata","testfiles",package="eigenfaces")
td <- load_any_imageset(folder, "jpg")
save_image_ef(td[[3]], "test_save", "jpg", path = folder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.