Flip a native raster image vertically

nr_flipv(nr)

Arguments

nr

native raster image

Value

Invisibly return the supplied native raster image which was been modified in-place

See also

Other transformation functions: nr_fliph(), nr_rotate(), nr_transpose()

Examples

nr <- deer[[1]] |> nr_copy()
plot(nr)

nr_flipv(nr)

plot(nr)