ls_2d | R Documentation |
This function calculates an LS-factor from WATEM/SEDEM model as described in Batista et al. (2022).
ls_2d(.dem, .weights, .threshold = 120, saga_obj = saga)
.dem |
SpatRaster. A single layer with elevation values. Values should have the same unit as the map units, or in meters when the crs is longitude/latitude |
.weights |
SpatRaster. |
.threshold |
Numeric. A value specifying a flow threshold in meters. Default is 120 m |
saga_obj |
SAGA-GIS geoprocessor object from |
SpatRaster
Batista, P. V. G., Fiener, P., Scheper, S., and Alewell, C.: Data and code for: A conceptual model-based sediment connectivity assessment for patchy agricultural catchments, Zenodo, https://doi.org/10.5281/zenodo.6560226, 2022.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.