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

Description Usage Format Details Source Examples

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

1

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

http://imos.org.au/home.html

Examples

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

Example output

Loading required package: foreach
           timestamp station.name  latitude longitude receiver.ID tag.ID
1 2010-01-10 3:31:00         SG 1 -33.83732  151.2884 VR2W-101731    346
2 2010-01-10 3:35:00         SG 1 -33.83732  151.2884 VR2W-101731    346
3 2010-01-10 3:38:00         SG 1 -33.83732  151.2884 VR2W-101731    346
4 2010-01-10 3:39:00         SG 1 -33.83732  151.2884 VR2W-101731    346
5 2010-01-10 3:39:00         SG 1 -33.83732  151.2884 VR2W-101731    346
6 2010-01-10 3:41:00         SG 1 -33.83732  151.2884 VR2W-101731    346
  species      uploader transmitter.ID organisation
1      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS
2      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS
3      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS
4      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS
5      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS
6      NA Andrew Boomer  A69-1303-7796  AATAMS-IMOS

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