sv | R Documentation |
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)
x |
A raster or matrix. |
A numeric value of maximum valley depth.
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)
# find the maximum valley depth
Sv <- sv(normforest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.