Description Usage Arguments Value Author(s) References Examples
View source: R/promillo-withdoc.R
Computes an individuals quantity of body water
1 | get_bodywater(sex = c("male", "female"), age, height, weight)
|
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 |
a numeric value representing the quantity of body water in liters
Fabian Scheipl, Marc Johler
https://web.archive.org/web/20150123143123/http://promille-rechner.org/erlaeuterung-der-promille-berechnung/
1 2 3 4 5 6 7 8 9 | ## Not run:
get_bodywater(
age = 17,
sex = "male",
height = 170,
weight = 65
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.