This function shows a window that displays the imagedata.
imgDisplay(imgdata)
imgdata
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) imgDisplay(x)