rasterflip | R Documentation |
Flips the array A to be displayed with rasterImage, such that the first index runs from left to right and second index runs from bottom to top, like in standard Cartesian coordinates. In this way rasterImage(rasterflip(A))
has the same orientation as image(A)
.
rasterflip(A)
A |
n-by-m array of a monochromatic image or n-by-m-by-k array of a color image (where k is 3 or 4) |
A m-by-n array of a monochromatic image or m-by-n-by-k array of a color image.
Danail Obreschkow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.