Skip to contents

Generates and prints HTML tables for Tier 3 projections including catch, ABC, fishing mortality, and spawning biomass for various scenarios.

Usage

print_Tier3_tables(df, modname = "base", stock = "BSAI Atka mackerel")

Arguments

df

Data frame containing Tier 3 data.

modname

Name of the model used, defaults to "base".

stock

Name of the stock, defaults to "BSAI Atka mackerel".

Value

HTML tables for the specified Tier 3 data.

Examples

# Example usage:
# print_Tier3_tables(myDataFrame, "model1", "Some Fish Stock")