R/nr-core.R
nr_fliph.Rd
Flip a native raster image horizontally
nr_fliph(nr)
native raster image
Invisibly return the supplied native raster image which was been modified in-place
Other transformation functions: nr_flipv(), nr_rotate(), nr_transpose()
nr_flipv()
nr_rotate()
nr_transpose()
nr <- nr_new(400, 200, 'white') nr_rect(nr, 0, 0, 30, 15) plot(nr) nr_fliph(nr) plot(nr)