destroyDisplay: Destroy 'Image' Display

View source: R/display.R

destroyDisplayR Documentation

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.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image, newDisplay, display

Examples

## Not run: 
newDisplay("Test display")
destroyDisplay("Test display")
destroyAllDisplays()

## End(Not run)

swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.