pscoast {gmt} | R Documentation |
Call GMT to draw a map (coastlines, borders, rivers) and save in postscript format.
pscoast(cmd, file=options("gmt.file"))
cmd |
string of arguments passed to pscoast . |
file |
filename where the map will be saved. |
File type should be ‘.eps’ when PAPER_MEDIA
is A4+
or letter+
, but ‘.ps’ otherwise.
See the GMT documentation for details on pscoast
and other
GMT commands.
Null, but a map is drawn and saved in postscript format.
Assumes that GMT version 4 is installed, i.e. that pscoast
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)