imsave.grid {imageUtilities} | R Documentation |
saves an image using the in-built png, bmp, tiff etc. devices and grid graphics.
imsave.grid(img, name, FUN = tiff, max = imageUtilities.option("max"), switch.off = TRUE, ...)
img |
the image to be saved |
name |
the name to save the image as |
FUN |
|
max |
the max intensity in the image (default 0-1 intensities as opposed to 0-255, since this is a grid function). |
switch.off |
boolean, whether to call |
... |