GET_SHAPES | R Documentation |
R wrapper for Fortran binary of GET_SHAPES (HomoTherm model)
GET_SHAPES(
MASSs = c(5.326861, 35.048544, 3.453074, 11.359223),
HEIGHT = 170,
AREA = 1.947321,
SHAPE_Bs = c(1.75, 1.87, 6.65, 6.7),
SHAPE_Bs.min = c(1.3, 2.3, 7.5, 6.5),
SHAPE_Bs.max = c(1.7, 4, 21, 20),
AREAFRACs = c(0.08291887, 0.3269846, 0.11025155, 0.18479669),
DENSITYs = c(1050, 1050, 1050, 1050),
FATPCTs = c(5, 36, 10, 23),
SHAPEs = c(4, 1, 1, 1),
SUBQFATs = c(1, 1, 1, 1),
DHAIRDs = c(3e-05, 3e-05, 3e-05, 3e-05),
DHAIRVs = c(3e-05, 3e-05, 3e-05, 3e-05),
INSDENDs = c(3e+08, 3e+08, 3e+08, 3e+08),
INSDENVs = c(3e+08, 3e+08, 3e+08, 3e+08),
tol = 1e-06,
maxiter = 10000
)
MASSs |
mass per body part (head, trunk, arm, leg), kg |
HEIGHT |
target height, m |
AREA |
body surface area, m2 |
SHAPE_Bs |
shape factors per body part, - |
SHAPE_Bs.min |
min allowable SHAPE_Bs, - |
SHAPE_Bs.max |
max allowable SHAPE_Bs, - |
AREAFRACs |
area fraction per body part, - |
DENSITYs |
density per body part, kg/m3 |
FATPCTs |
fat percentage per body part, % |
SHAPEs |
shape type per body part, - |
SUBQFATs |
presence of subcutaneous fat per body part, - |
DHAIRDs |
dorsal hair diameters, m |
DHAIRVs |
ventral hair diameters, m |
INSDENDs |
dorsal insulation depth, m |
tol |
tolerance, - |
maxiter |
maximum iterations, |
SUBQFAT |
subcutaneous fat presence, - |
INSDENvs |
ventral insulation depth, m |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.