View source: R/fidelity_funs_simulate-tracks.R
simulate_tracks | R Documentation |
Wrapper function to simulate tracks under multiple scenarios/movement models.
simulate_tracks( scenarios, n_steps, n_tracks, start_loc, sl_par, prange = NA, jitter = TRUE, neighbors = NA )
scenarios |
Data frame defining parameter values for each scenario as
formatted by |
n_steps |
Numeric. Number of steps to simulate |
n_tracks |
Numeric. Number of tracks to simulate. |
start_loc |
Data frame with a single row containing coordinates of the
starting location (columns |
sl_par |
Vector of length 2 containing the shape and scale of the step length distribution (Weibull) |
prange |
Numeric. Perceptual range radius. Units match the units of the coordinates: m if UTM, degrees if lat/long. |
neighbors |
List of cell neighborhoods created by |
Returns a data frame containing the coordinates of each location
along the simulated tracks and the associated simulation parameter values as
specified in scenarios
. Each track is assigned an individual id
under each scenario.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.