# NOT RUN {
data(crocs)
# Load the crocodile data in the VTrack archive format
# adding 10 hours to convert from UTC
Vcrocs <- ReadInputData(infile=crocs,
iHoursToAdd=10,
dateformat = NULL,
sVemcoFormat='1.0')
# Extract list of transmitters from the crocs dataset
ExtractUniqueValues(Vcrocs,2)
# Extract list of receivers from the crocs dataset
ExtractUniqueValues(Vcrocs,5)
# }
Run the code above in your browser using DataLab