crocs: Passive Acoustic Monitoring of Saltwater Crocodiles

crocsR Documentation

Passive Acoustic Monitoring of Saltwater Crocodiles

Description

This VEMCO dataset in the 1.0 format contains the relocations of 3 saltwater crocodiles monitored between 09 September 2008 to 31 December 2008 on the Wenlock River, Cape York, Queensland, Australia. Data supplied H. Campbell from the School of Biological Sciences, The University of Queensland, Queensland, Australia.

Usage

data(crocs)

Format

A data frame with 11229 observations on the following 14 variables.

Date.Time

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

Code.Space

a character vector containing the type of coding scheme used for the particular tag type. This unique identifier encompasses all the information required for a receiver to detect and decode that particular transmitter (e.g. A69-0001 is an acoustic transmitter operating at a frequency of 69Hz and has 0001 as a unique number identifier).

ID

a numeric vector giving the identity of each transmitter, 94,99,139,138

Sensor.1

a numeric vector giving the value of the environmental sensor such as temperature or depth at the time of detection

Units.1

a factor with levels m and degrees C

Sensor.2

as this study included coded tags only, no environmental sensor data are present in this vector

Units.2

as this study included coded tags only, no sensor units are present in this vector

Transmitter.Name

a character vector containing user defined animal names

Transmitter.S.N

a numeric vector containing the factory assigned transmitter serial number

Receiver.Name

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

Receiver.S.N

a numeric vector containing the factory assigned receiver serial number i.e. 1035481

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.

Station.Latitude

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

Station.Longitude

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

Details

The coordinates are given in decimal degrees WGS 84, time is GMT +10 hrs

Source

www.uq.edu.au/eco-lab/V-Track

Examples

#load the croc dataset (Vemco VUE 1.0 format) and print the first few rows of the data frame
data(crocs)
head(crocs)

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