Description Usage Arguments Author(s) Examples
Extract a list of the transmitters located, receivers used or stations used during the study.
1 | ExtractUniqueValues(sInputFile,iFieldToExtract)
|
sInputFile |
a data frame containing |
iFieldToExtract |
numeric. Column number of |
Ross Dwyer, Mathew Watts, Hamish Campbell
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.