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

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1

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.

Author(s)

Ryan Nielson, Hall Sawyer, and Trent McDonald (WEST, Inc., www.west-inc.com)

Maintainer: Ryan Nielson rnielson@west-inc.com

See Also

brownian.bridge

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.