psclose {gmt} | R Documentation |
Call GMT to finalize the active map by appending a closing trailer and save in postscript format.
psclose(file=options("gmt.file"))
file |
filename where the map is saved. |
See the GMT documentation for details on psxy
and other GMT
commands.
Null, but the map is finalized and saved in postscript format.
Assumes that GMT version 4 is installed, i.e. that psxy
and
other commands are in the path, and environment variable GMTHOME
is defined.
Arni Magnusson arnima@u.washington.edu.
gmt-package
gives an overview of the package.
## Not run: gmt(demo.par) pscoast(demo.coast) psxy(demo.xy) pstext(demo.text) psbar(demo.bar, ref=64) psclose() ## End(Not run)