write.kml {kftrack} | R Documentation |
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.
write.kml(fit, description = "", file = "track.kml", npoints = 20, level = 0.95)
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 |
John Sibert jsibert@soest.hawaii.edu, Anders Nielsen anielsen@dina.kvl.dk