Description Usage Arguments Value Examples
Calculates the median of the flow rate in a given time interval, usually the stationary flow interval.
1 | fit_stationary_flow_rate(drainage_data, stationary_time)
|
drainage_data |
tibble or data.frame. Drainage data from a column experiment. The first column must contain the time, the second the drainage data. |
stationary_time |
numeric vector of length 2. The time interval where the flow is assumed to be stationary. Typically one would select the shortly before the irrigation is switched off, i.e. 0.9 * end_of_irrigation until end_or_irrigation. |
numeric. The stationary flow rate
1 2 | data(drainage)
fit_stationary_flow_rate(drainage_data = drainage, stationary_time = c(0.9 * 64410 , 64410))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.