table_bio_depl: Create a table containing biomass and depletion estimates

View source: R/table-bio-depl.R

table_bio_deplR Documentation

Create a table containing biomass and depletion estimates

Description

Make a table with both spawning biomass and depletion in it. Based on table_ts_values_mcmc(), but wider with both and extra headers

Usage

table_bio_depl(
  model,
  syr,
  digits = 3,
  xcaption = "default",
  xlabel = "default",
  font.size = 9,
  space.size = 10,
  placement = "H",
  tabular.environment = "tabular",
  translate = FALSE
)

Arguments

model

An iSCAM model object as created in load_iscam_files()

syr

Start year

digits

Number of decimal places in the table

xcaption

Table caption

xlabel

Latex table label

font.size

Size of font

space.size

Size of spaces between cells

placement

Latex table placement string, eg. "H" or "tbp"

tabular.environment

See xtable::print.xtable()

translate

Logical. If TRUE, translate to French

Value

an xtable


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.