Description Usage Arguments Value Examples
View source: R/calculate_BMI.R
Given weight and height, returns BMI
1 | calculate_BMI(weight, height)
|
weight |
Weight, in kg. |
height |
Height, in cm. |
Calculated BMI
1 | calculate_BMI( 52, 155 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.