View source: R/hydroflatten_dem.R
hydroflatten_dem | R Documentation |
Hydroflattens a DEM.
hydroflatten_dem(dem, trend, relative_water_depth)
dem |
terra SpatRaster object; A DEM. Elevation units = feet. |
trend |
terra SpatRaster object; A trend raster produced using the detrend function. |
relative_water_depth |
numeric; The relative water depth expressed as height above the trend surface. Depth units = feet. |
A terra SpatRaster object representing a DEM hydroflattened to the specified water depth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.