- replicates
Integer, desired number of replicates per run, default 100.
- days
Integer, How many days (timesteps) would you like to model? Range (1,nlayers(env_rast))
- modeled_species
Object of class "species"
- env_rast
Rasterstack or Rasterbrick with number of layers >= days
- optimum_lo
Numeric, optimal environmental value (low)
- optimum_hi
Numeric, optimal environmental value (high)
- dest_x
Numeric, destination x coordinate (longitude)
- dest_y
Numeric, destination y coordinate (latitude)
- mot_x
Numeric, movement motivation in x direction, range (0,1], default 1.
- mot_y
Numeric, movement motivation in y direction, range (0,1], default 1.
- search_radius
Radius of semicircle search regions (in km). Default 375.
- direction
Character, movement direction, one of "N","S","E","W", or "R" (Random). Default "S".
- sigma
Numeric, randomness parameter, range (-Inf, Inf). Default 0.1.
- mortality
Logical, should low energy levels result in death? Default T.
- init_energy
Numeric, initial energy in interval (0,100]
- energy_adj
Numeric, Vector of length 11 representing desired energy gain/penalty corresponding to achieved env values
in optimum range (1st element), and within 10, 20, ..., 80, 90, and 90+ percent (11th element) of the average of optimum hi and optimum lo.
Recommend using default which is decreasing and symmetric about zero but can modify if desired.
- single_rast
Logical, are you using a one-layer raster for all timesteps?. Default F.
- write_results
Logical, save results to csv? Default F.