image_reader | R Documentation |
Internal tool to read in various image formats for the Colormesh pipeline
image_reader(imagedir, image.names)
imagedir |
directory of images. |
image.names |
A vector of image names to look for in imagedir. |
Returns the loaded image
#read in an image and plot it
ex.image <- image_reader(paste0(path.package("Colormesh"),"/extdata/unwarped_images/"), "GPLP_unw_001.jpg")
plot(ex.image)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.