go_fish: Go fish

View source: R/go_fish.R

go_fishR Documentation

Go fish

Description

go_fish is a function used to apply the fishing simulation model

Usage

go_fish(
  sim_init = NULL,
  fleet_params = NULL,
  fleet_catches = NULL,
  sp_fleet_catches = NULL,
  pops = NULL,
  closed_areas = NULL,
  t = t
)

Arguments

sim_init

is the initialised object from init_sim.

fleet_params

is the parameter settings initialised from _init_fleets

fleet_catches

is the DF initialised from _init_fleets

sp_fleet_catches

is a list of spatial catches (as a Numeric matrix) for the fleet of each population @param closed_areas is a dataframe with the x,y coordinates are any closed areas, provided internally by close_areas

Value

is a list containing i) the fleet catch dataframes , ii) the spatial catches of each population


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