ExtractUniqueValues: Extract Transmitters Found, or Receivers and Stations Used

Description Usage Arguments Author(s) Examples

Description

Extract a list of the transmitters located, receivers used or stations used during the study.

Usage

1
ExtractUniqueValues(sInputFile,iFieldToExtract)

Arguments

sInputFile

a data frame containing VTrack-transformed tracking data

iFieldToExtract

numeric. Column number of sInputFile relating to field of interest (TRANSMITTERID = 2; RECEIVERID = 5; STATIONNAME = 6)

Author(s)

Ross Dwyer, Mathew Watts, Hamish Campbell

Examples

 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)

VTrack documentation built on May 2, 2019, 9:16 a.m.