addcoast {kftrack} | R Documentation |
Adds costline to a plotted track, if GMT is installed on the system.
addcoast(res = 3, ...)
res |
an integer resolution from 1 (full) to 5 (crude) |
... |
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) addcoast()