readJpeg {biOps}R Documentation

Read jpeg file

Description

This function reads a jpeg image file and return an imagedata object.

Usage

readJpeg(filename)

Arguments

filename filename of JPEG image

Value

return an imagedata object

See Also

imagedata

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                plot(x)
        
## End(Not run)

[Package biOps version 0.2.1 Index]