| nr_flipv | R Documentation |
Flip a native raster image vertically
nr_flipv(nr)
nr |
native raster image |
Invisibly return the supplied native raster image which was been modified in-place
Other transformation functions:
nr_fliph(),
nr_rotate(),
nr_transpose()
nr <- deer[[1]] |> nr_copy()
plot(nr)
nr_flipv(nr)
plot(nr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.