get_heights: get_heights - auxiliary function for HomoTherm

View source: R/get_heights.R

get_heightsR Documentation

get_heights - auxiliary function for HomoTherm

Description

This function gets the heights at the mid-point of each body part of a human.

Usage

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))

Arguments

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)


mrke/NicheMapR documentation built on Jan. 23, 2025, 1:10 a.m.