GET_SHAPES: GET_SHAPES

View source: R/GET_SHAPES.R

GET_SHAPESR Documentation

GET_SHAPES

Description

R wrapper for Fortran binary of GET_SHAPES (HomoTherm model)

Usage

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
)

Arguments

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


mrke/NicheMapR documentation built on Jan. 13, 2025, 9:11 p.m.