R/Se.R

Defines functions Se

Se <- function(theta,theta_s,theta_r){

  Se <- (theta - theta_r)/(theta_s - theta_r)

  return(Se)

}
femeunier/SoilSensitivity documentation built on March 30, 2022, 10:23 a.m.