calculate_BMI: Given weight and height, returns BMI

Description Usage Arguments Value Examples

View source: R/calculate_BMI.R

Description

Given weight and height, returns BMI

Usage

1

Arguments

weight

Weight, in kg.

height

Height, in cm.

Value

Calculated BMI

Examples

1
calculate_BMI( 52, 155 )

LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.