PointsDirect_crocs: Points File Containing VR2 Locations on the Wenlock River in...

PointsDirect_crocsR Documentation

Points File Containing VR2 Locations on the Wenlock River in 2008

Description

This points file contains the locations of 20 VR2 receivers plus their corresponding detection radiuses for monitoring saltwater crocodiles on the Wenlock River in 2008. This points file corresponds with the crocs dataset

Usage

data(PointsDirect_crocs)

Format

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

LOCATION

a numeric vector containing the factory assigned receiver serial number (Receiver S/N)

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 containing the detection radius for the location in meters

Details

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

Source

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

Examples

# Load the points file for the Wenlock River
data(PointsDirect_crocs)
head(PointsDirect_crocs)

# Plot the locations of the receivers
par(mfrow=c(1,1),las=1,bty="l")
plot(PointsDirect_crocs$LONGITUDE,PointsDirect_crocs$LATITUDE,
     pch=10,cex=1,xlab="Longitude",ylab="Latitude")

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