Description Usage Arguments Value Caveats References See Also
Body mass index is calculated using the formula: \text{BMI} = \text{weight} / \text{height}^2 with weight in kg en height in m.
1 | calculate_bmi(weight, height)
|
weight |
Weight (kg). |
height |
Height (cm). |
BMI (\text{kg} m^{-2}), or NA
if any parameters are NA
.
None at this time.
None.
units::set_units()
, units::drop_units()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.