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.
data(AATAMS1)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
The coordinates are given in decimal degrees (WGS 84), time is GMT+10hrs.
# NOT RUN {
# Load the data and print the first few rows of the data frame
data(AATAMS1)
head(AATAMS1)
# }
Run the code above in your browser using DataLab