BBMM (version 3.0)

bbmm.summary: Summary of a Brownian bridge movement model fit

Description

A function used to produce a result summary from a Brownian bridge movement model.

Usage

bbmm.summary(x)

Arguments

x
An object of class 'bbmm', which is a result of brownian.bridge(...).

Value

The estimated Brownian motion variance, along with the number and size of grid cells over which the Brownian bridge was estimated.

See Also

brownian.bridge

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