Function to simulate a movement trajectory (path) from a redistribution kernel.
simulate_path(x, ...)# S3 method for default
simulate_path(x, ...)
# S3 method for redistribution_kernel
simulate_path(x, n.steps = 100, start = x$args$start, verbose = FALSE, ...)
[redstirubtion_kernel(1)]
An object of class redistribution_kernel
.
Further arguments, none implemented.
[integer(1)]{100}
The number of simulation steps.
[sim_start]
The starting point in time and space for the simulations (see make_start()
).
[logical(1)]{FALSE}
If TRUE
progress of simulations is displayed.