im_shift | R Documentation |
Image shift operation
im_shift(im, axis = "x", lag = 0)
im |
an image |
axis |
either "x" or "y" |
lag |
a numeric |
an image
# shift a image 100 pixels to the right im = im_shift(regatta, axis = "x", lag = 100) plot(im)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.