run_sim: Run sim

View source: R/run_sim.R

run_simR Documentation

Run sim

Description

run_sim is the overarching simulation function, taking all the parameterised inputs and returning the results.

Usage

run_sim(
  sim_init = NULL,
  pop_init = NULL,
  move_cov = NULL,
  fleets_init = NULL,
  hab_init = NULL,
  save_pop_bio = FALSE,
  survey = NULL,
  closure = NULL,
  ...
)

Arguments

sim_init

is the parameterised simulation settings from init_sim

pop_init

is the parameterised populations from init_pop

move_cov

is a parameterised movement covariate object, from init_moveCov

fleets_init

is the parameterised fleets from init_fleets

hab_init

is the parameterised habitat maps from create_hab

save_pop_bio

is a logical flag to indicate if you want to record #' true spatial population at each time step (day)

survey

is the survey settings from init_survey, else NULL if no survey is due to be simulated

closure

is the spatial closure settings from init_closurem else NULL if no closures are to be implemented

Value

is the results...

Examples

Not yet


pdolder/MixFishSim documentation built on Oct. 17, 2023, 4:25 p.m.