Learn R Programming

BBMM (version 3.0)

locations: Example data for the Brownian bridge movement model function in package BBMM.

Description

25 GPS locations from a female mule deer. Locations were recorded every 2 hours.

Usage

data(locations)

Arguments

Format

A data frame with 25 observations on the following 3 variables.
x
A numeric vector of x coordinates (UTM)
y
A numeric vectorof y coordinates (UTM)
time.lag
A numeric vector of time differences (min) between each successive observation.

Examples

Run this code
data(locations)
BBMM <- brownian.bridge(x=locations$x, y=locations$y, 
            time.lag=locations$time.lag[-1], location.error=20, 
            cell.size=50)
bbmm.summary(BBMM)

Run the code above in your browser using DataLab