imflip.array {imageUtilities}R Documentation

flips a 3D *array* about a given axis

Description

flips a 3D *array* about a given axis

Usage

  imflip.array(img,
    type = c("horizontal", "vertical", "both"))

Arguments

img

image array to flip

type

the type of flip: flip horizontally (ie about vertical axis), or vertically (about horizontal axis), or both.

Value

the input array flipped about the specified dimension

See Also

Other reshape: imflip, imtranspose, imtranspose.array


[Package imageUtilities version 1.0.3 Index]