plot.kfsst {kfsst}R Documentation

Plot a fit from kfsst.

Description

Plots four figures based on the reconstructed track. One plot of the reconstructed track (possibly on top of a map, but it requires GMT to be installed also see: http://gmt.soest.hawaii.edu/. Three additional plots illustrating how well each of the observed coordinates matches the fitted track.)

Usage

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

Arguments

x is a kfsst object typically generated with the kfsst 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 GMT is correctly installed) a GMT-based postscript file with the track saved in the working directory
... additional graphics parameters

Value

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

Author(s)

Anders Nielsen anders.nielsen@hawaii.edu, John Sibert sibert@hawaii.edu

See Also

kfsst, blue.shark

Examples

  # No example supplied here, but check out the example 
  # in the blue.shark dataset documentation

[Package kfsst version 0.2 Index]