Description Usage Arguments Value Examples
Tobler Function for off-path walking
1 | tobler_fun(x)
|
x |
numeric values; e.g. raster values of digital elevation model |
numeric values
1 2 3 4 5 | #(raster package required)
#rast <- raster(nrow=10, ncol=10)
#rast[] <- runif(ncell(rast))
#x <- tobler_fun(rast[])
#head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.