plot_vessel_move: Plot vessel move

plot_vessel_moveR Documentation

Plot vessel move

Description

plot_vessel_move is a plot of a single vessel movement during one trip. It's intended for diagnostics.

Usage

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

Arguments

logs

is the combined log file, from combine_logs.

fleet_no

is a Numeric, the fleet from which to plot

vessel_no

is a Numeric, the vessel to plot from the chosen fleet

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

fleets_init

is the output from init_fleet

pop_bios

is the output from run_sim when option save_pops_bios = TRUE

Examples

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

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