View source: R/plot_biomass_index.R
plot_biomass_index | R Documentation |
plot_biomass_index
plots an index proportional to population abundance
plot_biomass_index(
fit,
DirName = getwd(),
PlotName = "Index",
interval_width = 1,
years_to_plot = NULL,
category_names = NULL,
year_labels = NULL,
strata_names = NULL,
use_biascorr = TRUE,
plot_legend = TRUE,
total_area_km2 = NULL,
plot_log = FALSE,
width = NULL,
height = NULL,
create_covariance_table = FALSE,
Yrange = c(ifelse(plot_log == TRUE, NA, 0), NA),
TmbData = fit$data_list,
Sdreport = fit$parameter_estimates$SD,
extrapolation_list = fit$extrapolation_list,
...
)
DirName |
Directory for saving plot and table |
PlotName |
Name for plot |
interval_width |
width for confidence intervals |
years_to_plot |
integer vector, specifying positions of |
category_names |
names for categories (if using package |
year_labels |
character vector specifying names for labeling times |
strata_names |
names for spatial strata |
use_biascorr |
Boolean, whether to use bias-corrected estimates if available |
plot_legend |
Add legend for labelling colors |
plot_log |
Boolean, whether to plot y-axis in log-scale |
width |
plot width in inches |
height |
plot height in inches |
TmbData |
Formatted data inputs, from |
Sdreport |
Standard deviation outputs from TMB model via |
... |
Other inputs to 'par()' |
Return Tagged list of output
table of index estimates by stratum and year, e.g., for including in an assessment model
For details regarding spatio-temporal index standardization see https://doi.org/10.1093/icesjms/fsu243
For details regarding fishing mortality and biomass reference points in models generating those, see https://doi.org/10.1111/faf.12398
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.