display displays Image objects in special
 windows created by newDisplay (or creates it if it does not
 exist yet). This function is faster than the generic plot.Image
 function for displaying Image objects, but cannot be used in
 combination with base R plotting utilities.
display(image, window_name = "Display", delay = 25, height = 480,
  width = 640)| image | An  | 
|---|---|
| window_name | A character string representing the name of the display window (default: "Display"). | 
| delay | The delay in milliseconds during which an image is displayed before it can be replaced by another image. | 
| height | An integer representing the height in pixels of the display window. | 
| width | An integer representing the width in pixels of the display window. | 
This function does not return anything.
Simon Garnier, garnier@njit.edu
# TODO