Arguments
hypothesis
Character vector, length one, indicating which movement
hypothesis/method to test/use. Currently defaults to
'crw' (correlated random walk) using crw
.
...
arguments passed to the function in hypothesis
agent
A SpatialPoints* object.
extent
An optional extent object that will be used for torus
stepLength
Numeric vector of length 1 or number of agents describing
step length.
stddev
Numeric vector of length 1 or number of agents describing
standard deviation of wrapped normal turn angles.
lonlat
Logical. If TRUE
, coordinates should be in degrees.
If FALSE
coordinates represent planar ('Euclidean')
space (e.g. units of meters)
torus
Logical. Should the crw movement be wrapped to the opposite side
of the map, as determined by the extent
argument. Default FALSE.