deadspace_equipment_ml | R Documentation |
There are minor brand variations between these airway devices. For the purposes of rough physiologic calculations, this function gives values based on real, widely-used equipment.
deadspace_equipment_ml(
humidifier = c("adult", "infant", "none"),
elbow = TRUE,
flexible = c("none", "compressed", "extended"),
min = 0
)
humidifier |
Single value, if |
elbow |
Single logical value, default is |
flexible |
Single logical value or character string. If |
min |
numeric, giving the minimum number of obligatory milliliters of deadspace. The default is zero to allow calculation of additional airway elements. |
deadspace_things_ml
deadspace_equipment_ml()
deadspace_equipment_ml(humidifier = FALSE)
deadspace_equipment_ml(humidifier = "infant", elbow = TRUE)
deadspace_equipment_ml(flexible = "extended", elbow = FALSE)
deadspace_equipment_ml(flexible = "extended", elbow = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.