tobler_fun: Tobler Function for off-path walking

Description Usage Arguments Value Examples

View source: R/hello.R

Description

Tobler Function for off-path walking

Usage

1

Arguments

x

numeric values; e.g. raster values of digital elevation model

Value

numeric values

Examples

1
2
3
4
5
#(raster package required)
#rast <- raster(nrow=10, ncol=10)
#rast[] <- runif(ncell(rast))
#x <- tobler_fun(rast[])
#head(x)

rsbraun/mytestpkg documentation built on May 14, 2019, 7:43 a.m.