readTiff {biOps}R Documentation

Read tiff file

Description

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

Usage

readTiff(filename)

Arguments

filename filename of TIFF image

Value

return an imagedata object

See Also

imagedata

Examples

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

[Package biOps version 0.2.1 Index]