psclose {gmt}R Documentation

Finalize GMT Map

Description

Call GMT to finalize the active map by appending a closing trailer and save in postscript format.

Usage

psclose(file=options("gmt.file"))

Arguments

file filename where the map is saved.

Details

See the GMT documentation for details on psxy and other GMT commands.

Value

Null, but the map is finalized and saved in postscript format.

Note

Assumes that GMT version 4 is installed, i.e. that psxy and other commands are in the path, and environment variable GMTHOME is defined.

Author(s)

Arni Magnusson arnima@u.washington.edu.

See Also

postscript.

gmt-package gives an overview of the package.

Examples

## Not run: 
gmt(demo.par)
pscoast(demo.coast)
psxy(demo.xy)
pstext(demo.text)
psbar(demo.bar, ref=64)
psclose()
## End(Not run)

[Package gmt version 1.0-3 Index]