closeFigure: Close a device opened with 'makeFigure'

Description Usage Arguments Details Value Author(s) Examples

Description

Close a device opened with makeFigure

Usage

1

Arguments

dev

Number of the device to close. Defaults to the current one, which is standard for plots make non-interactively with makeFigure.

Details

This function is meant to be paired with makeFigure, and is just a shortcut for closing the device (for non-interactive sessions).

Value

none.

Author(s)

Clark Richards

Examples

1
2
3
makeFigure('test', kind='pdf', height=3)
plot(rnorm(100), rnorm(100))
closeFigure()

richardsc/crMisc documentation built on May 27, 2019, 7:59 a.m.