display {imager} | R Documentation |
Display object using CImg library
Description
CImg has its own functions for fast, interactive image plotting. Use this if you get frustrated with slow rendering in RStudio. Note that you need X11 library to use this function.
Usage
display(x, ...)
Arguments
x |
an image or a list of images |
... |
ignored |
See Also
display.cimg, display.imlist
[Package imager version 1.0.2 Index]