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