Description Usage Arguments Value See Also Examples
View source: R/e2e_extract_hr.R
The function extracts the inshore, offshore and whole-domain values of harvest ratio (proportion of biomass captured per day) for each guild, from the results object generated by the e2e_run() function.
1 | e2e_extract_hr(model, results, csv.output = FALSE)
|
model |
R-list object defining the model configuration compiled by the e2e_read() function. |
results |
R-list object generated by the e2e_run() function. |
csv.output |
Logical. If TRUE then enable writing of CSV output files (default=FALSE). |
Dataframe of harvest ratio values, rows = guilds, columns = zone
1 2 3 | model <- e2e_read("North_Sea", "1970-1999")
results<-e2e_run(model, nyears=2,csv.output=FALSE)
harvest_ratio_data <- e2e_extract_hr(model,results,csv.output=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.