sk | R Documentation |
Determines the core roughness depth (Sk), the height difference between y values of the intersection points of the least mean square line fit to the flattest 40% of the bearing area curve. See Figure 2a from Kedron et al. (2018) for more details.
sk(x)
x |
A raster. |
A numeric value representing the core roughness depth of the image.
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)
# determine the core roughness depth
Sk <- sk(normforest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.