Learn R Programming

envalysis (version 0.3.3)

bisdom: Categorize water drop penetration times

Description

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

Usage

bisdom(wdpt, ...)

Arguments

wdpt

a numeric vector containing WDPT measurement data in seconds

arguments passed to findInterval

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<U+2013>118. doi:10.1016/0016-7061(93)90103-R

See Also

findInterval for the generic function.

Examples

Run this code
# NOT RUN {
bisdom(c(2,6,20,NA,3,385))

# }

Run the code above in your browser using DataLab