Learn R Programming

Rvision (version 0.6.0)

newDisplay: Open New Image Display

Description

newDisplay creates a window to display Image objects.

Usage

newDisplay(window_name = "Display", height = 480, width = 640)

Arguments

window_name

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

height

An integer representing the height in pixels of the display window.

width

An integer representing the width in pixels of the display window.

Value

This function does not return anything.

See Also

Image, display, destroyDisplay

Examples

Run this code
# NOT RUN {
newDisplay()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab