sci | R Documentation |
Determines the core fluid retention index (Sci). This value is the void volume (area under the bearing area curve) in the 'core' zone. See Figure 2a from Kedron et al. (2018) for more details.
sci(x)
x |
A raster or matrix. |
A numeric value representing the core fluid retention index.
# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)
# determine the core fluid retention index
Sci <- sci(normforest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.