bisdom {envalysis}R Documentation

Categorize water drop penetration times

Description

This wrapper function categorizes water drop penetration times (WDPT) in seconds according to the scale proposed by Bisdom et al. (1993).

Usage

bisdom(x, ...)

Arguments

x

a numeric vector containing WDPT measurement data [s].

...

arguments passed to findInterval().

Author(s)

Zacharias Steinmetz

References

Bisdom, E., Dekker, L., & Schoute, J. (1993). Water Repellency of Sieve Fractions from Sandy Soils and Relationships with Organic Material and Soil Structure. Geoderma 56, 105-118. doi:10.1016/0016-7061(93)90103-R

See Also

findInterval() for the generic function.

Examples

bisdom(c(2,6,20,NA,3,385))


[Package envalysis version 0.7.0 Index]