Writes the content of an Image
object to a file.
write.Image(x, file)
x | An |
---|---|
file | A character string naming the path to a file. |
A logical indicating whether writing was successful (TRUE) or not (FALSE).
The function will guess the format of the output file using the file extension provided by the user.
Simon Garnier, garnier@njit.edu
# TODO