flip: Flip an array, matrix or vector about an axis

View source: R/im3d.R

flipR Documentation

Flip an array, matrix or vector about an axis

Description

Flip an array, matrix or vector about an axis

Usage

flip(x, ...)

## S3 method for class 'array'
flip(x, flipdim = "X", ...)

Arguments

x

Object to flip

...

Additional arguments for methods

flipdim

Character vector or 1-indexed integer indicating array dimension along which flip will occur. Characters X, Y, Z map onto dimensions 1, 2, 3.

Details

Note that dimensions 1 and 2 for R matrices will be rows and columns, respectively, which does not map easily onto the intuition of a 2D image matrix where the X axis would typically be thought of as running from left to right on the page and the Y axis would run from top to bottom.


natverse/nat documentation built on Feb. 19, 2024, 7:19 a.m.