.calc_cycling {enerscape} | R Documentation |
Internal function for enerscape - calculate work.
.calc_cycling(height, slope, m, v, work_in_kcal = TRUE, j_to_kcal = 4184)
height |
height transition matrix. |
slope |
slope transition matrix. |
m |
species body mass (kg). |
v |
speed of cyclist. |
work_in_kcal |
if work should be expressed in kilocalories. |
j_to_kcal |
joules to kilocalories conversion constant. |
Internal function of enerscape, don't call directly. This assumes no wind, a bike of 7 kg, optimal pedal frequency, and constant mechanical efficiency of 25
A transition layer with values the energy cost of movement between cells (J or kcal).