Description Usage Arguments Value Caveats References See Also
View source: R/blood_pressure.R
The pulse pressure is calculated using the formula: P_\text{pulse} = P_{\text{systolic}} - P_{\text{diastolic}}.
1 | calculate_pulse_pressure(sbp, dbp)
|
sbp |
Systolic blood pressure (mmHg). |
dbp |
Diastolic blood pressure (mmHg). |
Pulse pressure (mmHg), or NA
if any parameters are NA
.
None at this time.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.