Description Usage Arguments Details Value Author(s) Examples
This function extracts summary data for each station name in the file
1 | ExtractStationSummary(sInputFile)
|
sInputFile |
a data frame containing VTrack archive data, this archive is created using the ReadInputData function |
duration given in days.
RECEIVERID |
a character vector containing the factory assigned receiver serial number |
STATIONNAME |
a character vector containing the user defined station name |
FIRSTDETECT |
a vector of class POSIXct of the time of the first location fix |
NODETECTS |
a numeric vector giving the number of transmitter location fixes |
LASTDETECT |
a vector of class POSIXct of the time of the last location fix |
NOTRANSMITTER |
a numeric vector giving the number of unique transmitter ids detected |
Ross Dwyer
1 2 3 4 5 6 7 8 9 10 | 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 summary table of receiver sstations in the file
ExtractStationSummary(Vcrocs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.