| sbi | R Documentation | 
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)
| x | A raster or matrix. | 
A numeric value representing the surface bearing index.
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)
# determine the surface bearing index
Sbi <- sbi(normforest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.