diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:39:23 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-02-06 17:39:23 +0100 |
| commit | 10146dc469b218a97319fc4d49f12cb73cc9b5ba (patch) | |
| tree | 93d5c57e33446f81898e484b421e070c2a45a866 /man/PEC_sw_drainage_UK.Rd | |
| parent | f0bf040afbadf07c21dc65495e344c0d2a25f9c3 (diff) | |
Support units in UK drainage calculations
Also, address some R CMD check notes
Diffstat (limited to 'man/PEC_sw_drainage_UK.Rd')
| -rw-r--r-- | man/PEC_sw_drainage_UK.Rd | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/PEC_sw_drainage_UK.Rd b/man/PEC_sw_drainage_UK.Rd index 6125c3c..af020c6 100644 --- a/man/PEC_sw_drainage_UK.Rd +++ b/man/PEC_sw_drainage_UK.Rd @@ -15,15 +15,18 @@ PEC_sw_drainage_UK( ) } \arguments{ -\item{rate}{Application rate in g/ha} +\item{rate}{Application rate in g/ha or with a compatible unit specified +with the units package} \item{interception}{The fraction of the application rate that does not reach the soil} -\item{Koc}{The sorption coefficient normalised to organic carbon in L/kg} +\item{Koc}{The sorption coefficient normalised to organic carbon in L/kg or a unit specified +with the units package} \item{latest_application}{Latest application date, formatted as e.g. "01 July"} -\item{soil_DT50}{Soil degradation half-life, if SFO kinetics are to be used} +\item{soil_DT50}{Soil degradation half-life, if SFO kinetics are to be used, in +days or a time unit specified with the units package} \item{model}{The soil degradation model to be used. Either one of "FOMC", "DFOP", "HS", or "IORE", or an mkinmod object} |
