Plot multiple images, or multiple channels.
Note that init.image.board initializes the plot (in base graphics only) and returns the previous par settings. Subsequent calls are required to plot each image.
Alternatively, you can use the plot method for ImageArray(s).
init.image.board (nr, nc, …, rby=TRUE)
decomp.plot (im, …, rby=TRUE, colfs)
An RImage or ImageArray
Integers, number of rows and columns.
Logical, if true, fill by row first.
A list of color functions. Refer to shader.
Ignored.
RImage and ImageArray.
Refer to the above links for examples.