pracma (version 1.9.9)

figure: Control Plot Devices (Matlab Style)

Description

Open, activate, and close grahics devices.

Usage

figure(figno, title = "")

Arguments

figno
(single) number of plot device.
title
title of the plot device; not yet used.

Value

No return value, except when a device of that number does not exist, in which case it returns a list of numbers of open graphics devices.

Details

The number of a graphics device cannot be 0 or 1. The function will work for the operating systems Mac OS, MS Windows, and most Linux systems. If figno is negative and a graphics device with that number does exist, it will be closed.

See Also

dev.set, dev.off, dev.list

Examples

Run this code
## Not run: 
# figure()
# figure(-2)
# ## End(Not run)

Run the code above in your browser using DataLab