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