flip2D | R Documentation |
Flip a 2D matrix.
flip2D(slice, how = "horizontally")
slice |
a 2D matrix |
how |
character string, one of 'vertically' / 'v' or 'horizontally' / 'h'. Note that flipping *horizontally* means that the image will be mirrored along the central *vertical* axis. If 'NULL' is passed, the passed value is returned unaltered. |
2D matrix, the flipped matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.