Description Usage Arguments Value See Also Examples
This function reads a tiff image file and return an imagedata object.
1  | readTiff(filename)
 | 
filename | 
 filename of TIFF image  | 
return an imagedata object
1 2 3 4 5  | 	## Not run: 
		x <- readTiff(system.file("samples", "violet.tif", package="biOps"))
		plot(x)
	
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.