ssc | R Documentation |
Calculates the mean summit curvature of a raster or matrix. Mean summit curvature is the average principle curvature of local maximas on the surface.
ssc(x)
x |
A raster or matrix. |
A numeric value representing the average curvature of surface peaks.
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)
# calculate mean summit curvature
Ssc <- ssc(normforest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.