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
| 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)
 | 
| 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) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.