move: Move the individuals in the population using the defined...

Description Usage Arguments Value

View source: R/movement.R

Description

Moving individuals in the population across space assumes that there is no preferred direction and therefore space is isotropic. Individuals that move outside the defined window for the .ppp population are removed and a warning given.

Usage

1
move(p, m.table)

Arguments

p

The current population as a .ppp object

m.table

The movement tablee as defined using movement.table

Value

A new population with each individual moved according to the movement.table. Individuals that have moved outside of the window defined by the population are removed and a warning given. This function should not be directly called by the user.


pwhigham/spatibm documentation built on Aug. 30, 2019, 1:16 p.m.