fleet_trip: Function to start some number of vessels in a number of...

Description Usage Arguments

View source: R/fleet_trip.R

Description

Function to start some number of vessels in a number of clusters Stop at each time step and allow vessels to share recent catch information

Usage

1
2
3
4
fleet_trip(input = filt_clusts, ntows = 20, clusts = c(295, 58, 265),
  seed = 300, scope = 1, quotas, scale = "fleet",
  the_port = "ASTORIA / WARRENTON", catch_type = "type_clust_perc",
  prof_type = "avg_profit_fuel_only", objective, risk_pool)

Arguments

input

Input; default to filt_clusts

ntows

Number of tows

clusts

Starting clusters; equal to the number of vessels

seed

Seed to get reproducible results

scope

Scope of movement

quotas

Quotas; can be a list for each vessel or a single data frame if risk pool

scale

If scale == "fleet"; can only look at clusters that others are fishing in

risk_pool

If TRUE, quotas can only be a data frame and everything held to the same standard

prob_type

Type of probability to use; type_clust_perc (proportion of tows with species group) or type_clust_catch (proportion of catches)


peterkuriyama/ch4 documentation built on June 18, 2021, 9:59 a.m.