View source: R/compare_projections.R
compare_projections_dbsra | R Documentation |
Compare projections from different DB-SRA cases
compare_projections_dbsra( case_name, projection_output_data, projection_year, model_year, amo, pcp, bassB, price )
case_name |
name of a case. |
projection_output_data |
Output data frame from different DB-SRA cases. |
projection_year |
A vector of projection years. |
model_year |
A vector of model years. |
amo |
AMO data. |
pcp |
Precipitation data. |
bassB |
Biomass of Striped bass data. |
price |
Price of menhaden data. |
A data list that includes slope values from linear regression models (lm_slope), status of indicator output (soi_data), adjusted TAC output (tac_data), reshaped status of indicator output (soi_data_melt), reshaped adjusted TAC output (tac_data_melt), and median adjusted tac over years (tac_data_melt_median).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.