R Vadose Package: estimation of soil water characteristics

The vadose package can derive soil water retention and hydraulic conductivity curves using models from the Offin Estimation of Soil Transfer parameters (OFEST) and Beerkan Estimation of Soil Transfer parameters (BEST).

Specifically, the package can perform the following functions:

Installation

You can install the latest development version from github with,

 if (packageVersion("devtools") < 1.6) {

if (!require(devtools)) { install.packages("devtools") } install.packages("devtools") } if(!require(nlmrt)){ install.packages("nlmrt") } if(!require(httr)){ install.packages("httr") } if(!require(vadose)){ devtools::install_github("gowusu/vadose") }

Author: George Owusu owusugeorge@ug.edu.gh This is part of the author's PhD program.



gowusu/vadose documentation built on May 17, 2019, 7:59 a.m.