Learn R Programming

infiltrodiscR (version 0.0.5)

parameter_A: Calculates parameter A from (Philip, 1957)

Description

Calculates parameter A from (Philip, 1957)

Usage

parameter_A(dataset, col_name)

Value

A tibble giving two new columns: suction_num, and parameter_A

Arguments

dataset

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

col_name

vars including n_ho, alpha and suction

Examples

Run this code
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