transitions {SpaDES.tools} | R Documentation |
SELES
- Transitioning to next time step
Description
Describes the probability of an agent successfully persisting until next time step. THIS IS NOT YET FULLY IMPLEMENTED.
A SELES
-like function to maintain conceptual backwards compatibility
with that simulation tool. This is intended to ease transitions from
SELES.
You must know how to use SELES for these to be useful.
Usage
transitions(p, agent)
Arguments
p |
realized probability of persisting (i.e., either 0 or 1). |
agent |
|
Value
Returns new SpatialPoints*
object with potentially fewer agents.
Author(s)
Eliot McIntire
[Package SpaDES.tools version 2.0.7 Index]