sum_fleet_catches: Sum fleet catches

View source: R/sum_fleet_catches.R

sum_fleet_catchesR Documentation

Sum fleet catches

Description

sum_fleet_catches is a helper function to take the spatial catches for an entire fleet and sum them as a matrix of catches for the fleet for each population

Usage

sum_fleet_catches(sim_init = sim, fleet_log = NULL)

Arguments

sim_init

is the initialised simulation settings, from init_sim

fleet_log

is the output of go_fish_fleet, i.e. the catch log information for a single fleet

Value

is a list of matrices (one for each population) with the entire fleets catches of the population

Examples

test <- sum_fleet_catches(fleet_log = applied_to_fleets[[1]])

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