hf_herzog: Functions for computing hiking efficiency

Description Usage Arguments Details Value References Examples

View source: R/efficiency_functions.R

Description

These functions compute efficiency for the average hiker as a function of slope.

Usage

1

Arguments

x

Vector Slope values must be in degrees.

Details

Value

A vector of efficiency values in J/kg/m.

References

Herzog, I. (2016). Potential and Limits of Optimal Path Analysis. In A. Bevan & M. Lake (Eds.), Computational Approaches to Archaeological Spaces (pp. 179-211). New York: Routledge.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

slope <- seq(-90, 90, by = 1)

efficiency <- hf_herzog(slope)
plot(efficiency ~ slope, type = "l", ylab = "efficiency")


## End(Not run)

kbvernon/rHike documentation built on May 29, 2020, 7:22 p.m.