Description Usage Arguments Details Value Examples
View source: R/anthropometric.R
maturing
Use this function to calculate your body surface area. For more information go to https://en.wikipedia.org/wiki/Body_surface_area
\lifecyclesoft-deprecated
Calculates your mean body surface area from available equations.
| 1 2 3 | calculate_bsa(weight, height, sex, equation = "du-bois")
calculate_mean_bsa(weight, height, sex)
 | 
| weight | your weight in kg | 
| height | height in centimeters | 
| sex | one of  | 
| equation | set the equation, Default: 'du-bois' | 
BSA is calculated as follows:... TODO: Latex error. Need to fix
body surface area in m^2
mean body surface area in m^2
| 1 2 3 4 5 6 7 | calculate_bsa(weight = 70, height = 180, equation = "du-bois")
calculate_bsa(weight = 70, height = 180, equation = "mosteller")
calculate_mean_bsa(
  weight = 70,
  height = 180,
  sex = "male"
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.