fill_dem | R Documentation |
Produce a DEM with basins filled in
fill_dem(dem, file = NA)
dem |
A raster::raster; a digital elevation model. |
file |
The file name of the raster to be returned, see |
This is a wrapper for r.fill.dir
It is recommended to specify the file
parameter (including the extension to specify
file format; e.g., .tif, .grd). If not specified, a temp file will be created and will be
lost at the end of the R session.
A filled DEM raster
data(kamp_dem) kamp_fill = fill_dem(kamp_dem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.