write.kml {kftrack}R Documentation

Write fit to kml file

Description

Writes a copy of the track, the predicted track, the most proable track, and its confidence ellipses to a kml file. These files can be used with Google Earth to see the track.

Usage

write.kml(fit, description = "", file = "track.kml", npoints = 20, level = 0.95)

Arguments

fit The fit is either the returned object from a kftrack fit or a kfsst fit
description A description of the track can be added here
file A filename where the output is written
npoints Number of points in the polygon representation of the confidence ellipses
level The confidence level

Author(s)

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

References

http://earth.google.com/

See Also

addmap,plotmap,kftrack


[Package kftrack version 0.70 Index]