View source: R/geomorpho_altrel.R
geomorpho_altrel | R Documentation |
calculates various relative height metrics Slope_Height, Valley_Depth, Normalized_Height, Standardized_Height, Mid_Slope_Positon using SAGA GIS
geomorpho_altrel(saga, mde, todisk = FALSE, folder = NULL)
saga |
Rsagamcd object |
mde |
SpatialRaster raster |
todisk |
logical write the generated raster to disk |
folder |
character folder name to save files |
SpatialRaster with 5 layers
# library(rsagacmd) # saga <- saga_gis() # frel <- geomorpho_altrel (saga, mde = dem, folder = './morpho', # todisk = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.