.calc_arc {enerscape}R Documentation

Compute energy costs

Description

Internal function for enerscape - calculate work.

Usage

.calc_arc(slope, m, work_in_kcal = TRUE, j_to_kcal = 4184)

Arguments

slope

slope transition matrix.

m

species body mass (kg).

work_in_kcal

if work should be expressed in kilocalories.

j_to_kcal

joules to kilocalories conversion constant.

Details

Internal function of enerscape, don't call directly.

Value

A transition layer with values the energy cost of movement between cells (J or kcal).


[Package enerscape version 0.1.3 Index]