Last chance! 50% off unlimited learning
Sale ends in
Image
DisplaynewDisplay
creates a window to display Image
objects.
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.
# NOT RUN {
newDisplay()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab