Description Usage Arguments Examples
View source: R/acc_slopecorr.R
This function corrects an input raster containing travel speed for slope effects. The conversion is done with the function my_input * (exp(-3 * tan(my_radians)))
1 2 3 4 | acc_slopecorr(
my_input,
my_radians
)
|
my_input |
An iput layer containing travelspeeds for slope correction. Should be of type raster(raster) |
my_radians |
An input layer containing slope measured in radians for correction. Should be of type raster(raster) and share same extent, resolution and reference system as the travelspeed input layer. Can be created with the acc_radians function |
correctionfactor |
This is the correction factor which defines the strength of slope correction. Default value is 3. see... |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.