| sim.crw.3d | R Documentation | 
Simulation of a three dimensional Correlated Random Walk
sim.crw.3d(nStep, rTurn, rLift, meanStep, start = c(0, 0, 0))
| nStep | the number of steps of the simulated trajectory | 
| rTurn | the correlation on the turn angle | 
| rLift | the correlation of the lift angle | 
| meanStep | the mean step length | 
| start | a vector of length 3 containing the coordinates of the start point of the trajectory | 
A trajectory in the form of data.frame
sim.crw.3d(nStep = 10, rTurn = 0.9, rLift = 0.9, meanStep = 1, start = c(0, 0, 0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.