Plot fishing mortality

plot_F(
  M,
  scales = "free_y",
  xlab = "Year",
  ylab = "F",
  mlab = "Model",
  in_leg_x = 0.7,
  in_leg_y = 0.9
)

Arguments

M

list object created by read_admb function

scales

Are scales shared across all facets (the default, "fixed"), or do they vary across rows ("free_x"), columns ("free_y"), or both rows and columns ("free")?

xlab

the x-axis label for the plot

ylab

the y-axis label for the plot

mlab

the model label for the plot that appears above the key

in_leg_x

numeric; (0<in_leg_x<1): x coordinate of the legend box.

in_leg_y

numeric; (0<in_leg_x<1): y coordinate of the legend box.

Value

plot of fishing mortality and mean Fs

Author

D'Arcy N. Webber