System Capacity
SystemCapacity.RdCalculates the system capacity for each stressor.
Usage
SystemCapacity(
f.dose.df,
f.main.df,
f.stressor.df,
f.mean.resp.list,
n.sims = 100,
socioeconomic_inputs = NULL
)Arguments
- f.dose.df
Stressor magnitude data frame returned from
StressorMagnitudeWorkbook()filtered for target stressor.- f.main.df
main_sheetlist object returned fromStressorResponseWorkbook()$main_sheetfiltered for target stressor.- f.stressor.df
Dose response data frame returned from
StressorResponseWorkbook()$sr_datfor target stressor.- f.mean.resp.list
Response function list for target variable returned from
mean_Response().- n.sims
Number of simulations to generate. Defaults t0 100.
- socioeconomic_inputs
(Optional) list object of SE inputs.
Details
SystemCapacity() calculates the system capacity for each stressor. This function takes data frame arguments for stressor magnitudes and dose responses plus a list of stressor-response approximation functions (f. for local list or data frame). Note: Some stressors have multiple doses (Additive interaction).