jbplot_trj: Plot of estimated trajectories

View source: R/jabba_plots.R

jbplot_trjR Documentation

Plot of estimated trajectories

Description

plots choice of trajectories of Biomass, F, B/Bmsy, F/Fmsy or B/B0

Usage

jbplot_trj(
  jabba,
  type = c("B", "F", "BBmsy", "FFmsy", "BB0"),
  ylabs = NULL,
  output.dir = getwd(),
  as.png = FALSE,
  add = FALSE,
  mfrow = c(1, 1),
  width = 5,
  height = 3.5,
  verbose = TRUE
)

Arguments

jabba

output list from fit_jabba

type

= c("B","F","BBmsy","FFmsy","BB0")

ylabs

yaxis labels for quants

output.dir

directory to save plots

as.png

save as png file of TRUE

add

if true don't call par() to allow construction of multiplots

mfrow

set up plot frame

width

plot width

height

plot height

verbose

silent option


jabbamodel/JABBA documentation built on Nov. 2, 2024, 12:50 p.m.