deer.296 {asbio} | R Documentation |
Mule deer telemetry data
Description
Telemetry data for mule deer #296 from the Starkey Experimental Forest in Northeastern Oregon. Data are high resolution (10 minute) radio collar readings from 8/20/2008 to 11/6/2008. Also included are data for nearest neighbor locations of forest/grassland boundaries.
Usage
data(deer.296)
Format
A data frame with 5423 observations on the following 7 variables.
Time
Unit of time measurement used at the Starkey Experimental Forest
X
Mule Deer X-coordinate, UTM Easting
Y
Mule Deer Y-coordinate, UTM Northing
NEAR_X
Nearest boundary location X coordinate
NEAR_Y
Nearest boundary location Y coordinate
Hab_Type
Type of habitat
NEAR_ANGLE
A numeric vector containing the angle of azimuth to the nearest point on the boundary with respect to a four quadrant system. NE =
0^{\circ}
to90^{\circ}
, NW is >90^{\circ}
and\le 180^{\circ}
, SE is <0^{\circ}
and\le -90^{\circ}
is >-90^{\circ}
and\le -180^{\circ}
.