define.graphwindow: Define an export device for a graph, based on the argument...

Description Usage Arguments

Description

This defines an export device for a graph, based on the argument export.

Usage

1
define.graphwindow(export = "no", w, h, file)

Arguments

export

export = "no", does nothing, so the next graph uses the default R device. With this option, the size of the graph cannot have been set larger than the default size, which is usually 7 inches. export = "unix", a new graphics window in unix, size h and width w, will be opened allowing you to alter the size of the output. export = "windows", or export = "mac" are similar to export = "unix" but for windows and mac. export = format exports the graph to a specific file format: "pdf", "png", "jpg", "bmp", "emf".

h, w

A number giving the height and width.


forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.