Description Usage Arguments Examples
View source: R/sim_functions.R
Simulate correlated random walks using the simulated population (pop_world) and the detection space(myworld)
1 2 | move_critters(pop_world, myworld, world.type = "closed", Nsteps,
homerange.type = "fixed", homerange.size, mu = 0, rho = 0)
|
pop_world |
is the simulated population, created by populate_world() |
myworld |
is a detection world, created by make_world() |
world.type |
worlds may be 'open' such that orgs can leave the sample space, or 'closed' such that they cannot |
Nsteps |
The number of timesteps in which the organisms can make movements |
homerange.type |
Home ranges may be either 'fixed' with a defined home range for all organisms, or 'random' such that each individual draws a home range size in each iteration |
homerange.size |
Home range size of individuals with a fixed home range |
mu |
the mu parameter of the wrapped cauchy distribution determining step direction |
rho |
the rho parameter of the wrapped cauchy distribution determining step direction |
1 | move_critters(pop_world = pop_world, myworld = world, world.type = 'closed', Nsteps = 10, homerange.size = 10, mu = 0, rho = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.