addmap {kftrack}R Documentation

Adds map to plotted track

Description

Adds blue/green areas to the map with the estimated track, if GMT is installed on the system.

Usage

addmap(kf.obj, res = 3, ci=FALSE, points=TRUE, pred=TRUE, most=TRUE, ...)

Arguments

kf.obj an object of type kftrack
res the resolution
ci If TRUE adds confidence regions for the most probable track to the plot
points If FALSE the raw geo-locations are omitted
pred If FALSE the predicted plot is omitted
most If FALSE the most probable track is omitted
... 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

addcoast

Examples

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

[Package kftrack version 0.70 Index]