View source: R/get_starting_values.R
get_starting_values | R Documentation |
Get mean starting values of model run.
get_starting_values(seafloor_values, fishpop_values)
seafloor_values |
Matrix with seafloor values. |
fishpop_values |
Matrix population values. |
Get mean starting values. Includes values for i) bg_biomass, ii) ag_biomass, iii) nutrients_pool, iv) detritus_pool, v) pop_n, and vi) pop_mean_size. The function is needed because some of the values can include stochasticity and can differ from the provided starting values.
list
## Not run:
get_starting_values(seafloor_values = seafloor_values, fishpop_values = fishpop_values)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.