Learn R Programming

VTrack (version 1.21)

PointsDirect_AATAMS1: Points File Containing VR2 Locations For AATAMS1

Description

This points file contains the locations of two acoustic stations plus their corresponding detection radiuses for monitoring x on y in 2009. This points file corresponds with AATAMS1

Usage

data(PointsDirect_AATAMS1)

Arguments

Format

A data frame with 2 observations on the following 4 variables.

LOCATION

a factor containing the station name

LATITUDE

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

LONGITUDE

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

RADIUS

a numeric vector the detection radius for the location in meters

Details

The coordinates are given in decimal degrees (WGS 84), detection radiuses are in meters.

Examples

Run this code
# NOT RUN {
# Load the points file for the AATAMS1 dataset
data(PointsDirect_AATAMS1)
head(PointsDirect_AATAMS1)
# }

Run the code above in your browser using DataLab