powered by
Image
newDisplay creates a window to display Image objects.
newDisplay
newDisplay(window_name = "Display", height = 480, width = 640)
A character string representing the name of the display window (default: "Display").
An integer representing the height in pixels of the display window.
An integer representing the width in pixels of the display window.
This function does not return anything.
Image, display, destroyDisplay
display
destroyDisplay
# NOT RUN { newDisplay() # } # NOT RUN { # }
Run the code above in your browser using DataLab