View source: R/linear_hysteresis_CF.R
| linear_hysteresis_CF | R Documentation |
Calculates connected/contributing fraction
linear_hysteresis_CF(
current_storage = 0,
delta_storage = 0,
max_storage = 0,
current_contrib_frac = 0,
threshold = -0.01
)
current_storage |
Current storage volume |
delta_storage |
Change in volume |
max_storage |
Maximum possible storage volume |
current_contrib_frac |
Current contributing fraction (0-1) |
threshold |
Threshold for change in storage to set connected fraction to zero. |
Returns the updated connected/contributing fraction
Kevin Shook
cf <- linear_hysteresis_CF(current_storage = 50,
delta_storage = 10, max_storage = 100, current_contrib_frac = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.