acc_slopecorr: acc_slopecorr

Description Usage Arguments Examples

View source: R/acc_slopecorr.R

Description

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)))

Usage

1
2
3
4
  acc_slopecorr(
  my_input,
  my_radians
  )

Arguments

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...

Examples

1

mapme-initiative/mapme.accessibility documentation built on March 3, 2021, 12:33 a.m.