simulate_path {amt}R Documentation

Simulate a movement trajectory.

Description

Function to simulate a movement trajectory (path) from a redistribution kernel.

Usage

simulate_path(x, ...)

## Default S3 method:
simulate_path(x, ...)

## S3 method for class 'redistribution_kernel'
simulate_path(x, n.steps = 100, start = x$args$start, verbose = FALSE, ...)

Arguments

x

⁠[redstirubtion_kernel(1)]⁠
An object of class redistribution_kernel.

...

Further arguments, none implemented.

n.steps

⁠[integer(1)]{100}⁠
The number of simulation steps.

start

⁠[sim_start]⁠
The starting point in time and space for the simulations (see make_start()).

verbose

⁠[logical(1)]{FALSE}⁠ If TRUE progress of simulations is displayed.


[Package amt version 0.2.2.0 Index]