50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

geodiv (version 1.1.0)

ssc: Mean Summit Curvature

Description

Calculates the mean summit curvature of a raster or matrix. Mean summit curvature is the average principle curvature of local maximas on the surface.

Usage

ssc(x)

Value

A numeric value representing the average curvature of surface peaks.

Arguments

x

A raster or matrix.

Examples

Run this code
# 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