SSphilip | R Documentation |
This is a two- parameter function to determine water infiltration parameters contained in the Philip's infiltration model
SSphilip(input, fc, S)
input |
Time |
fc |
Steady infiltration rate |
S |
Sorptivity |
This is a self-starting model for estimating Philip's infiltration model using instantaneous infiltration rates (here known as Rate) and time (Time) data
A list of objects returned by standard R regression functions such as nls and lm
Christian Thine Omuto
Philip JR. 1957. The theory of infiltration.: 4 Sorptivity and algebraic infiltration equations. Soil Science 84: 257-264
SShorton
, SSgampt
data(infilt)
library(nlme)
philip.nis <- nlsList(log(Rate) ~ SSphilip(Time,fc,S) | PlotNo, data=infilt)
coef(philip.nis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.