Description Usage Arguments Value Examples
This function takes a set of exposures and exposures times (or a single exposure) and calculates the remaining level at the end of a certain time frame
The exposures decay exponentially (see calc_risk
) and if end_time -> infty, the remaining exposure will be zero
1 2 | calc_current_exposure(exposure_series, exposure_times, final_time, clr,
na.zero = F)
|
exposure_series |
The values of repeated pathogen exposures |
exposure_times |
The times of exposures |
final_time |
The time to calculate remaining exposure at |
clr |
The clearance rate of exposure |
remaining exposure and end of time frame (given by final_times)
1 | calc_current_exposure_cpp(rep(1e7, 5), 0:4, 5, 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.