im_flip | R Documentation |
Flip an image
im_flip(im, direction = "horizontal")
im |
an image |
direction |
Either "horizontal" (default) or "vertical". |
an image
plot(im_flip(regatta, "horizontal")) plot(im_flip(regatta, "vertical"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.