View source: R/infection_probs.R
aerosol_emission | R Documentation |
Estimate the aerosol emission rate per hours
aerosol_emission(
emission_breathing = 0.06,
emission_speaking = 0.6,
speaking_ratio = 0.1,
resp_rate = 10
)
emission_breathing |
a double, emission while breathing cm^3 |
emission_speaking |
a double, emission while speaking cm^3 |
speaking_ratio |
a double, between 0 and 1 for ratio between speaking and breathing |
resp_rate |
a double, the respiratory rate in liters per minute |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.