bmi | R Documentation |
bmi Body Mass Index of an individual
bmi(mass, height)
mass |
in kg |
height |
in m |
bmi as mass/(height * height)
bmi(mass = 80, height = 1.80) bmi(mass = NA, height = 1.80) bmi(mass = 80, height = NA) bmi(mass = NA, height = NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.