plot.kftrack {kftrack}R Documentation

Plot a kftrack object

Description

Plots the estimated track.

Usage

plot.kftrack(x, ci=FALSE, points=TRUE, pred=TRUE, most=TRUE, gmt=FALSE, ...)

Arguments

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

Value

No value is returned this function is invoked for its side effects.

Author(s)

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

See Also

kftrack, addmap, addcoast

Examples

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

[Package kftrack version 0.70 Index]