powered by
Determines the surface bearing index (Sbi), calculated as the ratio of root mean square roughness (Sq) to height at 5% of bearing area (z05).
sbi(x)
A numeric value representing the surface bearing index.
A raster or matrix.
# import raster image data(normforest) normforest <- terra::unwrap(normforest) # determine the surface bearing index Sbi <- sbi(normforest)
Run the code above in your browser using DataLab