View source: R/table-bio-depl.R
table_bio_depl | R Documentation |
Make a table with both spawning biomass and depletion in it.
Based on table_ts_values_mcmc()
, but wider with both and extra headers
table_bio_depl(
model,
syr,
digits = 3,
xcaption = "default",
xlabel = "default",
font.size = 9,
space.size = 10,
placement = "H",
tabular.environment = "tabular",
translate = FALSE
)
model |
An iSCAM model object as created in |
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 |
translate |
Logical. If |
an xtable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.