Learn R Programming

enerscape (version 1.2.0)

energyscapeHuman: Energy Landscape

Description

Energy Landscape

Usage

energyscapeHuman(x, mass, v, n, res, kcal)

Value

Matrix with the energy cost of locomotion (EnergyScape).

Arguments

x

matrix with values the elevation.

mass

body mass of species (kg).

v

speed

n

(integer) number of neighbours to consider (either 4 or 8).

res

numeric value (double) of the spatial resolution of the matrix.

kcal

(boolean) if to return the result in kCal (true) or J (false).