Description Usage Arguments Details Value See Also
To read image into R
1  | 
path | 
 path of a single image  | 
resize | 
 logical. whether to resize the picture  | 
width | 
 width to resize to, in pixel. used only if
  | 
All images loaded are converted into gray scale. Image
format is automatically detected from the extension.
Supported formats include .jpg, .tif, and
.png. This function is used in place of
readImage (from EBImage) for
this package to speed up the reading of image.
an image matrix
Which this function wraps: readJPEG,
readTIFF, readPNG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.