im_shift: Image shift operation

View source: R/pictplot.R

im_shiftR Documentation

Image shift operation

Description

Image shift operation

Usage

im_shift(im, axis = "x", lag = 0)

Arguments

im

an image

axis

either "x" or "y"

lag

a numeric

Value

an image

Examples

# shift a image 100 pixels to the right
im = im_shift(regatta, axis = "x", lag = 100)
plot(im)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.