go_fish_fleet: Go fish fleet

go_fish_fleetR Documentation

Go fish fleet

Description

go_fish_fleet applies the function go_fish to the entire fleet with an lapply.

Usage

go_fish_fleet(
  FUN = go_fish,
  sim_init = NULL,
  fleets_params = NULL,
  fleets_catches = NULL,
  sp_fleets_catches = NULL,
  pops = NULL,
  closed_areas = NULL,
  t = t,
  ...
)

Arguments

fleets_params

is the parameter settings initialised from _init_fleets

fleets_catches

is the DF initialised from _init_fleets

closed_areas

is a dataframe with the x,y coordinates are any closed

Pop

is the population matrix for all populations

sp_fleet_catches

is a list of spatial catches (as a Numeric matrix) for the fleet of each population

Value

is a list with the objects catch detailing the fleet catches and catch_matrices detailing the spatial catches, to input to the delay difference model

Examples

None as yet

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