View source: R/infection_probs.R
aerosol_concentration | R Documentation |
Estimate the aerosol concentration given environment parameters
aerosol_concentration(
room_area = 60,
room_height = 3,
emission_breathing = 0.06,
emission_speaking = 0.6,
speaking_ratio = 0.1,
resp_rate = 10
)
room_area |
a double, meters squared |
room_height |
a double, meters |
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.