
Image
DisplaydestroyDisplay
closes a specific existing
Image
display window. destroyAllDisplays
all existing
Image
display window.
destroyDisplay(window_name)
destroyAllDisplays()
A character string representing the name of the display window (default: "Display").
This function does not return anything.
# NOT RUN {
newDisplay("Test display")
destroyDisplay("Test display")
destroyAllDisplays()
# }
Run the code above in your browser using DataLab