addcoast {kftrack}R Documentation

Adds coastline to plotted track

Description

Adds costline to a plotted track, if GMT is installed on the system.

Usage

addcoast(res = 3, ...)

Arguments

res an integer resolution from 1 (full) to 5 (crude)
... additional graphical parameters

Note

GMT must be installed in order to use this function

Author(s)

John Sibert jsibert@soest.hawaii.edu, Anders Nielsen anielsen@dina.kvl.dk

References

http://gmt.soest.hawaii.edu

See Also

addmap

Examples

  data(big.241)
  fit<-kftrack(big.241, fix.last=FALSE)
  plot(fit)
  addcoast()

[Package kftrack version 0.70 Index]