View source: R/parameter_checks.R
so2_fraction_param_check | R Documentation |
so2_fraction_param_check
checks a vector of fractional SO2 values for abnormal or missing values.
If abnormal values are seen, a warning is raised. If missing values are
found an error is raised. Abnormal values are defined as so2_fraction < 0 or so2_fraction > 1
so2_fraction_param_check(so2_fraction)
so2_fraction |
Haemoglobin saturation as a fraction |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.