Description Usage Format Details Source Examples
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
1 |
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
The coordinates are given in decimal degrees (WGS 84), detection radiuses are in meters.
1 2 3 4 5 6 7 8 | # 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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.