View source: R/SystemCapacity.R
SystemCapacity | R Documentation |
Calculates the system capacity for each stressor.
SystemCapacity(
f.dose.df,
f.main.df,
f.stressor.df,
f.mean.resp.list,
n.sims = 100
)
f.dose.df |
Stressor magnitude data frame returned from |
f.main.df |
|
f.stressor.df |
Dose response data frame returned from |
f.mean.resp.list |
Response function list for target variable returned from |
n.sims |
Number of simulations to generate. Defaults t0 100. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.