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