image2 {imagefx} | R Documentation |
Plot images (array or matrix) using the rasterImage
function.
image2(img, ...)
img |
numeric matrix or array to plot |
... |
additional arguments to pass to the |
Note the difference in image orientation between image()
and image2()
. These two plots will have the origin in different locations and can make things tricky when picking areas to crop, etc...
Nothing. Returns a plotting window.
Alex J.C. Witsil
image2(sakurajima)