| nr_fliph | R Documentation |
Flip a native raster image horizontally
nr_fliph(nr)
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 <- nr_new(400, 200, 'white')
nr_rect(nr, 0, 0, 30, 15)
plot(nr)
nr_fliph(nr)
plot(nr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.