plot_stock_biomass: Function for plotting time-series of stock biomass

Description Usage Arguments

View source: R/utlitika.R

Description

Function for plotting time-series of stock biomass

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
plot_stock_biomass(
  model,
  CI = 0.8,
  plot_CI = TRUE,
  Stock_name = NULL,
  base_size = 18,
  path_size = 1.5,
  colour = "blue",
  point_size = 2,
  alpha = 0.4,
  scales = "fix",
  add_MSY = FALSE,
  MSY_path_size = 1,
  MSY_path_colour = "orange",
  MSY_path_linetype = "dashed"
)

Arguments

model

samuika object


ShotaNishijima/messir documentation built on April 2, 2020, 2:58 a.m.