View source: R/parameter_checks.R
po2_param_check | R Documentation |
po2_param_check
checks a vector of pO2 values for abnormal or missing values.
Abnormal values are designed to catch values entered in error rather than representing a 'normal'
physiological range. If abnormal values are seen, a warning is raised. If missing values are
found an error is raised. Abnormal values are defined as pO2 < 1kPa or pO2 > 100kPa
po2_param_check(po2, inputs_are_kpa = TRUE)
po2 |
O2 partial pressure |
inputs_are_kpa |
If TRUE, input pO2 is in kPa, if FALSE use mmHg |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.