Learn R Programming

⚠️There's a newer version (0.1.7) of this package.Take me there.

SoilHyP (version 0.1.3)

Soil Hydraulic Properties

Description

Provides functions for (1) soil water retention (SWC) and unsaturated hydraulic conductivity (Ku) (van Genuchten-Mualem (vGM or vG) [1, 2], Peters-Durner-Iden (PDI) [3, 4, 5], Brooks and Corey (bc) [8]), (2) fitting of parameter for SWC and/or Ku using Shuffled Complex Evolution (SCE) optimisation and (3) calculation of soil hydraulic properties (Ku and soil water contents) based on the simplified evaporation method (SEM) [6, 7]. Main references: [1] van Genuchten (1980) , [2] Mualem (1976) , [3] Peters (2013) , [4] Iden and Durner (2013) , [5] Peters (2014) , [6] Wind G. P. (1966), [7] Peters and Durner (2008) and [8] Brooks and Corey (1964).

Copy Link

Version

Install

install.packages('SoilHyP')

Monthly Downloads

281

Version

0.1.3

License

GPL (>= 2)

Maintainer

Ullrich Dettmann

Last Published

June 5th, 2019

Functions in SoilHyP (0.1.3)

AIC_HY

Akaike Information Criterion (AIC)
BIC_HY

Bayesian Information Criterion (BIC)
Sat

Capillary saturation function
Kfilm

Relative film conductivity
Kcap

Relative capillary conductivity
SEM

Simplified evaporation method (SEM)
SWC

Soil water content
Sad

Relative saturation function
Sat_old

Capillary saturation function
Scap

Rescaled capillary saturation function
dataTestthat

Dataset of soil hydraulic properties for testthat
fitSHP

Fit soil hydraulic properties
NSE

Nash-Sutcliffe efficiency (NSE)
Ku

Unsaturated hydraulic conductivity
RMSE

Root mean square error (RMSE)
dataSEM

Evaporation experiment data
dataSHP

Soil hydraulic property data
predict.fitSHP

Predict values using fitSHP object
plot.fitSHP

Plot fitSHP object
SCEoptim

Shuffled Complex Evolution (SCE) optimisation.