parameter_A {infiltrodiscR} | R Documentation |
Calculates parameter A from (Philip, 1957)
parameter_A(dataset, col_name)
dataset |
A tibble or data.frame including n_ho, alpha and suction |
col_name |
vars including n_ho, alpha and suction |
A tibble giving two new columns: suction_num, and parameter_A
parameter_A(data.frame(alpha = c(0.145, 0.008), n_ho = c(2.68, 1.09),suction = c("2cm","3cm")))