Description Usage Arguments Value See Also Examples
This function rotates the image 90 degrees clockwise.
1 | imgRotate90Clockwise(imgdata)
|
imgdata |
The image |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgRotate90Clockwise(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.