Creates an ordered bar chart with the top number of mortalities per fishery and time step.
plot_stock_mortality_time_step.Rd
Creates an ordered bar chart with the top number of mortalities per fishery and time step.
Usage
plot_stock_mortality_time_step(
fram_db,
run_id,
stock_id,
top_n = 10,
filters_list = NULL,
msp = TRUE
)
Arguments
- fram_db
fram database object, supplied through connect_fram_db
- run_id
numeric, RunID
- stock_id
numeric, ID of focal stock
- top_n
numeric, Number of fisheries to display
- filters_list
list of framrsquared filter functions to apply before plotting.
- msp
Use Model Stock Proportion expansion? Default is true