addmap {kftrack} | R Documentation |
Adds blue/green areas to the map with the estimated track, if GMT is installed on the system.
addmap(kf.obj, res = 3, ci=FALSE, points=TRUE, pred=TRUE, most=TRUE, ...)
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 |
GMT must be installed in order to use this function
John Sibert jsibert@soest.hawaii.edu, Anders Nielsen anielsen@dina.kvl.dk
data(big.241) fit<-kftrack(big.241, fix.last=FALSE) plot(fit) addmap(fit)