###GenerateAnimationKMLFile_Multitag example
# Note, users must download Google Earth in order to visualise the kml.
# Load crocodile datset into VTrack archive
data(crocs)
data(PointsDirect_crocs)
Vcrocs <- ReadInputData(infile=crocs,
iHoursToAdd=10,
fAATAMS=FALSE,
fVemcoDualSensor=FALSE,
dateformat = NULL,
sVemcoFormat='1.0')
# Run the function to generate the KML
GenerateAnimationKMLFile_Multitag(Vcrocs,
PointsDirect_crocs,
"Croc Track.kml")Run the code above in your browser using DataLab