nr_fliph: Flip a native raster image horizontally

View source: R/nr-core.R

nr_fliphR Documentation

Flip a native raster image horizontally

Description

Flip a native raster image horizontally

Usage

nr_fliph(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_flipv(), nr_rotate(), nr_transpose()

Examples

nr <- nr_new(400, 200, 'white')
nr_rect(nr, 0, 0, 30, 15)
plot(nr)
nr_fliph(nr)
plot(nr)

nara documentation built on May 28, 2026, 5:07 p.m.