guess_fk | R Documentation |
This simple function guesses field capacity (FK) based on a series of soil moisture values. The function looks for local maxima, takes the values days_passed
after those local maxima and calculates a median of these values.
guess_fk(vals, days_passed = 3, perzentil = 0.95, with_image = NA)
vals |
time series of soil moisture data given as vector |
days_passed |
there are debates, whether field capacity is reached after 3,4, or 5 days. Can be set here. Default is 3 days. |
perzentil |
exclude maxima outside of percentile |
with_image |
whether guessing process shall be visualised. If so, provide a file name with full path. |
Value of volumetric water content (theta) for given pressure head (psi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.