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