plot_depth_4_panel: Create a 4-panel plot with fishing depth on the left and...

View source: R/plot-depth-4-panel.R

plot_depth_4_panelR Documentation

Create a 4-panel plot with fishing depth on the left and bottom depth on the right, with one fleet on top and another below

Description

Create a 4-panel plot with fishing depth on the left and bottom depth on the right, with one fleet on top and another below

Usage

plot_depth_4_panel(
  fishing_depth_df1,
  bottom_depth_df1,
  fishing_depth_df2,
  bottom_depth_df2,
  fleet_1_name = "",
  fleet_2_name = "",
  label_size = 14,
  ...
)

Arguments

fishing_depth_df1

A data frame containing boxplot input, see files like ⁠depth-us-*.csv⁠

bottom_depth_df1

A data frame containing boxplot input, see files like ⁠depth-us-*.csv⁠

fishing_depth_df2

A data frame containing boxplot input, see files like ⁠depth-us-*.csv⁠

bottom_depth_df2

A data frame containing boxplot input, see files like ⁠depth-us-*.csv⁠

label_size

The font size for the two axis labels, Year and Depth (m)

...

Arguments passed to plot_depth()

Value

A gridExtra::grid.arrange() object


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.