plot_fleet_trip: Plot an entire fleet for a trip

plot_fleet_tripR Documentation

Plot an entire fleet for a trip

Description

plot_fleet_trip is a plot of a whole fleets vessels movement during one trip. It's intended for diagnostics.

Usage

plot_fleet_trip(
  logs = logs,
  fleet_no = 1,
  year_trip = 1,
  trip_no = 1,
  pop_bios = NULL,
  fleets_init = NULL,
  sim_init = NULL
)

Arguments

logs

is the combined log file, from combine_logs.

fleet_no

is a Numeric, the fleet from which to plot

year_trip

is a Numeric, the year in which the trip took place

trip_no

is a Numeric for the trip you wish to plot

Examples

plot_fleet_trip(logs = logs, fleet_no = 1, year_trip = 1, trip_no = 1,
pop_bios = NULL, fleets_init = NULL)

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