AATAMS1: Passive Acoustic Monitoring of one animal in the AATAMS...

AATAMS1R Documentation

Passive Acoustic Monitoring of one animal in the AATAMS format

Description

This AATAMS dataset contains the relocations of one animal monitored between 08 January 2010 and 15 April 2011. Data supplied by Andrew Boomer from AATAMS-IMOS.

Usage

data(AATAMS1)

Format

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

timestamp

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

station.name

a 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 (decimal degrees)

longitude

a numeric vector containing the location's longitude (decimal degrees)

receiver.ID

a character vector specifying the unique identity of each receiver according to their model and serial number (i.e. VR2W-101731)

tag.ID

a character vector containing either a combination of the code space and factory assigned transmitter ID number (i.e. 346)

species

the species being studied. NA suggests that no species name was supplied

uploader

a character vector giving the identity of person who uploaded the data

transmitter.ID

a numeric vector containing the factory assigned transmitter serial number, A69-1303-7796

organisation

a character vector giving the organisation to which the data belongs. Data belongs to AATAMS-IMOS

Details

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

Source

https://animaltracking.aodn.org.au

Examples

# Load the data and print the first few rows of the data frame
data(AATAMS1)
head(AATAMS1)

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