rasterflip: Flip array to be displayed with rasterImage()

Description Usage Arguments Author(s)

View source: R/rasterflip.R

Description

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).

Usage

1

Arguments

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)

Author(s)

Danail Obreschkow


graphx documentation built on Feb. 3, 2022, 5:07 p.m.

Related to rasterflip in graphx...