readJpeg {biOps} | R Documentation |
This function reads a jpeg image file and return an imagedata object.
readJpeg(filename)
filename |
filename of JPEG image |
return an imagedata object
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) plot(x) ## End(Not run)