acc_radians: acc_radians

Description Usage Arguments Examples

View source: R/acc_radians.R

Description

This function creates a slopemap in radians and homogenizes it with the baselayer

Usage

1
2
3
4
  acc_radians(
  my_input,
  my_baselayer
  )

Arguments

my_input

An input layer containing a Digital Elevation model DEM. Should be of type raster(raster)

my_baselayer

A baselayer that defines resolution, extent and projection system of the friction map. Should be of class raster(raster). Most commonly a layer containing land-use values. Can be the same layer as the input layer

resampling_method

Defines the method used to resample the raster values into lower resolutions. Defaults to maximum. Other options contain ("near"|"bilinear"|"cubic"|"cubicspline"|"lanczos"|"average"|"mode"|"max"|"min"|"med"|"q1"|"q3", see GDAL documentation for more information.

Examples

1

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