body_fat: Calculates Body Fat Percentage

Description Usage Arguments Value Examples

Description

Calculates Body Fat Percentage

Usage

1
2
body_fat(weight, gender, waist, wrist = 0, hip = 0, forearm = 0,
  units = "english")

Arguments

weight

Weight of individual of numeric vector. In pounds if english units and kilograms if metric units.

waist

Waist measurement at navel of individual of numeric vector. In inches if english units and centimeters if metric units.

wrist

Wrist measurement of individual of numeric vector. In inches if english units and centimeters if metric units.

hip

Hip measurement of individual at fullest point of numeric vector. In inches if english units and centimeters if metric units.

forearm

Forearm measurement of individual at fullest point of numeric vector. In inches if english units and centimeters if metric units.

units

Character vector representing the units convention used for variables. Either "english" or "metric". Default is "english".

gendsnter

"male" for male and "female" for female.

Value

numeric vector representing the BMI of an individual based on their height and weight

Examples

1
body_fat(152, "male",30, 6.5, 34, 10, "english")

armaanshah96/runner documentation built on May 10, 2019, 1:39 p.m.