bmicalc: Calculate BMI

Description Usage Arguments Examples

Description

The weight and the height should be respectively in kilograms and meters. It is use inside the main function of the package, bmicat.

Usage

1
bmicalc(kg, m)

Arguments

kg

Numeric. The person's weight in kilograms

m

Numeric. The person's height in meters

Examples

1
bmicalc(kg = c(100,65), m = c(1.90, 1.65))

epinotes/bmiage documentation built on May 16, 2019, 8:18 a.m.