powered by
Finds the absolute value of the lowest value in the landscape (maximum valley depth; Sv) for a raster or matrix representing a surface.
sv(x)
A numeric value of maximum valley depth.
A raster or matrix.
# import raster image data(normforest) normforest <- terra::unwrap(normforest) # find the maximum valley depth Sv <- sv(normforest)
Run the code above in your browser using DataLab