View source: R/PopulationModel_Run.R
PopulationModel_Run | R Documentation |
Runs the population model
PopulationModel_Run(
dose = NA,
sr_wb_dat = NA,
life_cycle_params = NA,
HUC_ID = NA,
n_years = 100,
MC_sims = 10,
stressors = NA,
output_type = "full",
habitat_dd_k = NULL
)
dose |
dataframe. Stressor magnitude dataset imported from StressorMagnitudeWorkbook(). |
sr_wb_dat |
list object. Stressor response workbook imported from StressorResponseWorkbook(). |
life_cycle_params |
dataframe. Life cycle parameters. |
HUC_ID |
character. HUC_ID for the subwatershed unit. |
n_years |
numeric. Number of years to run the population. |
MC_sims |
numeric. set number of Monte Carlo simulations for the Population Model. |
stressors |
(optional) character vector of stressor names to include in the Population Model. Leave the default value as NA if you wish to include all stressors applicable to the population model. |
output_type |
(optional) character. Set to "full" for all data of "adults" for only adult data. |
habitat_dd_k |
(optional) dataframe of location and stage-specific habitat capacity k values for the target species. If used this dataframe will override the capacity estimates |
Runs the integrated population model within the Joe Model stress-response framework. The population model is run for a single subwatershed unit (HUC_ID). Inputs for the PopulationModel_Run include the stressor-response and stressor magnitude workbooks as well as the life cycle parameters table.
## Not run:
library(JoeModelCE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.