jbplot_prj: Projection plot

Description Usage Arguments

View source: R/jabba_plots.R

Description

plots choice of projections of B/Bmsy, F/Fmsy or B/B0 over fixed quotas set up in build_jabba()

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
jbplot_prj(
  jabba,
  type = c("BB0", "BBmsy", "FFmsy"),
  CIs = TRUE,
  flim = 6,
  output.dir = getwd(),
  as.png = FALSE,
  add = FALSE,
  mfrow = c(1, 1),
  width = 5,
  height = 3.5,
  cols = NULL
)

Arguments

jabba

output list from fit_jabba

type

Options are c("BBmsy","FFmsy","BB0")

CIs

Option to show CIs

flim

max ylim value for FFmsy plot

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 hight

cols

option to add colour palette


zanbi/jabbamodel-JABBA documentation built on June 27, 2020, 12:23 a.m.