VEMCOdata: Example detection dataset exported from a VEMCO VUE database

VEMCOdataR Documentation

Example detection dataset exported from a VEMCO VUE database

Description

This VEMCO dataset is an example dataset containing 11 tagged Tiger sharks tracked at Heron and One Tree Island, Australia. The data is in the default format used by VEMCO VUE software containing the relocations of coded tags across an array of acoustic hydrophones.

Usage

data(VEMCOdata)

Format

A data frame with 78753 observations on the following 10 variables.

Date.and.Time..UTC.

a vector of type POSIXct in Co-ordinated Universal Time (UTC)/ Greenwich Mean Time

Receiver

a factor specifying the unique identity of each receiver according to their model and serial number. e.g. VR2W-114582

Transmitter

a factor giving the identity of each transmitter, e.g. A69-1303-64957

Transmitter.Name

a character vector containing the user defined transmitter name.

Transmitter.Serial

a numeric vector containing the factory assigned transmitter serial number.

Sensor.Value

a numeric vector containing values from VEMCO sensor tags (e.g. pressure/depth, acceleration, temperature).

Sensor.Unit

a character vector conatining the units pertaining to the sensor value (e.g. m, ms-2, degrees celcius).

Station.Name

an optional character vector specifying the user-defined location for a particular deployment. This is usually assigned and recorded in the receivers memory in VUE before receiver deployment. Multiple receivers may be associated with the same station name.

Latitude

a numeric vector containing the location's latitude in decimal degrees

Longitude

a numeric vector containing the location's longitude in decimal degrees

Details

The coordinates are given in decimal degrees WGS 84, time is in UTC/GMT

Examples

#load the data and print the first few rows of the data frame
data(VEMCOdata)
head(VEMCOdata)

RossDwyer/VTrack documentation built on Feb. 23, 2024, 10:40 p.m.