get_heights | R Documentation |
This function gets the heights at the mid-point of each body part of a human.
get_heights(MASSs = c(5.32, 35.07, 3.43, 11.34), HEIGHT = 170, DENSITYs = rep(1050, 4), SHAPE_Bs = c(1.75, 1.87, 6.65, 6.70))
MASSs |
= c(5.32, 35.07, 3.43, 11.34), mass of each part (kg) |
HEIGHT |
= 170, total height of person (m) |
DENSITYs |
= rep(1050, 4), density of each part (kg/m3) |
SHAPE_Bs |
= c(1.75, 1.87, 6.65, 6.70), ratios of long to short axes of each part (-) |
INSDEPDs |
= c(1e-02, rep(6e-03, 3)), clothing depth, dorsal (m) |
INSDEPVs |
= c(1e-09, rep(6e-03, 3)), clothing depth, ventral (m) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.