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

Description Usage Format Examples

Description

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

Usage

1

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

1
2
3
4
5
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)

Example output

Brownian motion variance :  3146.852
Size of grid :  53998 cells
Grid cell size :  50

BBMM documentation built on May 2, 2019, 6:47 a.m.