plot.kftrack {kftrack} | R Documentation |
Plots the estimated track.
plot.kftrack(x, ci=FALSE, points=TRUE, pred=TRUE, most=TRUE, gmt=FALSE, ...)
x |
is a kftrack object typically generated
with the kftrack function |
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 |
gmt |
If TRUE (and if gmt is correctly installed) a a GMT-based postscript version of the plot will be saved in the working directory |
... |
additional graphics parameters |
No value is returned this function is invoked for its side effects.
John Sibert jsibert@soest.hawaii.edu, Anders Nielsen anielsen@dina.kvl.dk
data(big.241) fit<-kftrack(big.241, fix.last=FALSE) plot(fit)