Learn R Programming

Rvision (version 0.6.0)

destroyDisplay: Destroy Image Display

Description

destroyDisplay closes a specific existing Image display window. destroyAllDisplays all existing Image display window.

Usage

destroyDisplay(window_name)
destroyAllDisplays()

Arguments

window_name

A character string representing the name of the display window (default: "Display").

Value

This function does not return anything.

See Also

Image, newDisplay, display

Examples

Run this code
# NOT RUN {
newDisplay("Test display")
destroyDisplay("Test display")
destroyAllDisplays()
# }

Run the code above in your browser using DataLab