| img_read | R Documentation |
Wrapper for readbitmap's read.bitmap function. The
function currently allows reading in images in bmp, jpg /
jpeg, png, or tif / tiff format.
img_read(path, ...)
path |
Path to the image file. |
... |
Additional parameters that are passed to
|
For details, see the read.bitmap
documentation.
Objects returned by read.bmp,
readJPEG, readPNG, or
readTIFF. See their documentation for details.
read.bitmap, read.bmp,
readJPEG, readPNG,
readTIFF
## Example image with high vertical symmetry: rails
rails <- img_read(system.file("example_images", "rails.jpg", package = "imagefluency"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.