get_bodywater: Computation of body water

Description Usage Arguments Value Author(s) References Examples

View source: R/promillo-withdoc.R

Description

Computes an individuals quantity of body water

Usage

1
get_bodywater(sex = c("male", "female"), age, height, weight)

Arguments

sex

sex of the individual. Either "male" or "female"

age

age of the individual in years

height

height of the individual in centimeters

weight

weight of the individual in kilograms

Value

a numeric value representing the quantity of body water in liters

Author(s)

Fabian Scheipl, Marc Johler

References

https://web.archive.org/web/20150123143123/http://promille-rechner.org/erlaeuterung-der-promille-berechnung/

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
get_bodywater(
  age = 17,
  sex = "male",
  height = 170,
  weight = 65
)

## End(Not run)

fort-w2021/promillo-ex-MarcJohler documentation built on Feb. 8, 2021, 6:30 a.m.