Last data update: 2014.03.03

R: Overlap and nonoverlap of trajectories
overlapR Documentation

Overlap and nonoverlap of trajectories

Description

Special functions to calculate the degree of overlap and nonoverlap between trajectories

Usage

overlap(a, b)
nonoverlap(a, b)

Arguments

a

matrix object

b

matrix object

Details

These functions are used by the pathInc() as defaults.

Value

matrix

Note

The functions are provided here to assist the user in defining alternative measures of overlap / nonoverlap.

Author(s)

Jacob van Etten jacobvanetten@yahoo.com

Results