powered by
Calculates parameter A from (Philip, 1957)
parameter_A(dataset, col_name)
A tibble giving two new columns: suction_num, and parameter_A
A tibble or data.frame including n_ho, alpha and suction
vars including n_ho, alpha and suction
parameter_A(data.frame(alpha = c(0.145, 0.008), n_ho = c(2.68, 1.09),suction = c("2cm","3cm")))
Run the code above in your browser using DataLab