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

Description

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

Usage

vg_par(dataset, col_name)

Arguments

dataset

A tibble or data.frame including suction and texture

col_name

vars including suction and texture

Value

A tibble giving three new columns: n_ho, alpha and A value

Examples

vg_par(data.frame(suction = c("2cm", "3cm"), texture = c("sand", "clay")))

[Package infiltrodiscR version 0.0.5 Index]