calc_bmi | R Documentation |
Calculate BMI
calc_bmi(weight, height)
weight |
weight in kg |
height |
height in cm |
value of BMI in kg/m2
calc_bmi(weight = 70, height = 160)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.