parameter_A {infiltrodiscR}R Documentation

Calculates parameter A from (Philip, 1957)

Description

Calculates parameter A from (Philip, 1957)

Usage

parameter_A(dataset, col_name)

Arguments

dataset

A tibble or data.frame including n_ho, alpha and suction

col_name

vars including n_ho, alpha and suction

Value

A tibble giving two new columns: suction_num, and parameter_A

Examples

parameter_A(data.frame(alpha = c(0.145, 0.008), n_ho = c(2.68, 1.09),suction = c("2cm","3cm")))

[Package infiltrodiscR version 0.0.5 Index]