Learn R Programming

sigloc (version 0.0.4)

bear: Bear Tracking Data

Description

This data gives the results of a radio telemetry study conducted in northern Minnesota on a four-year-old female black bear. Due to data sensitivity, all presented results, including names and locations, were slightly altered. These data should not be used for any purpose other than to understand the functionality of the package sigloc

Usage

data(bear)

Arguments

Format

A data frame with 102 observations on the following 7 variables:
Date
Data of observation
Observers
Names of observers
GID
Observation grouping number
Time
Time of observation
Easting
X location of observation using NAD1983 UTM Zone 15N
Northing
X location of observation using NAD1983 UTM Zone 15N
Azimuth
Azimuth bearing toward transmitter signal

Source

Berg, S. Unpublished Data.

Examples

Run this code
## Load and display the data
data(bear)

Run the code above in your browser using DataLab