figNewDevice: Opens device for graphing

Description Usage Arguments Value Author(s) See Also Examples

Description

Opens a device for graphing (window,pdf,tiff) and establishes default parameters for standardized graphs

Usage

1
figNewDevice(Width=7,Height=7, Type='window',File, Res=300)

Arguments

Width,Height

the (nominal) width and height of the canvas of the plotting window in inches. Default = 7.

Type

Device type: Window, pdf,tiff. Devault = 'Window'. Window will open a window using either windows(), quartz(), or X11() depending on the OS. tiff and pdf will graph to that type of file.

File

File name as string. Used by tiff and pdf

Res

The nominal resolution in ppi used by tiff

. Default = 300

Value

None

Author(s)

John J. Curtin jjcurtin@wisc.edu

See Also

figLabDefaults(), figSetDefaults(), windows(), tiff(), pdf()

Examples

1
2
figNewDevice(Type='tiff',File='Test.tiff', Res=72)
figNewDevice(Type='Windows')

lmSupport documentation built on May 2, 2019, 2:14 p.m.