vg_par {infiltrodiscR} | R Documentation |
Tabulated VG parameters Van Genuchten parameters and values of A, n and alpha for the Minidisk Infiltrometer (Decagon Devices, Inc., 2005). 12 soil texture classes and suction from 0.5 to 7 cm are tabulated
vg_par(dataset, col_name)
dataset |
A tibble or data.frame including suction and texture |
col_name |
vars including suction and texture |
A tibble giving three new columns: n_ho, alpha and A value
vg_par(data.frame(suction = c("2cm", "3cm"), texture = c("sand", "clay")))