sci: Core Fluid Retention Index

View source: R/bearingarea.R

sciR Documentation

Core Fluid Retention Index

Description

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.

Usage

sci(x)

Arguments

x

A raster or matrix.

Value

A numeric value representing the core fluid retention index.

Examples

# import raster image
data(normforest)
normforest <- terra::unwrap(normforest)

# determine the core fluid retention index
Sci <- sci(normforest)

geodiv documentation built on Oct. 6, 2023, 1:07 a.m.