powered by
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)
A numeric value representing the average curvature of surface peaks.
A raster or matrix.
# import raster image data(normforest) normforest <- terra::unwrap(normforest) # calculate mean summit curvature Ssc <- ssc(normforest)
Run the code above in your browser using DataLab