diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-18 08:29:38 +0200 |
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-18 08:29:38 +0200 |
| commit | 7faffad1907995f1b623ede8fc2e386693428e22 (patch) | |
| tree | 6c68057b690daabf566a1d4825e177af1d8b9355 /README.rmd | |
| parent | 53099978c971ee8e5c94e67bf972f51629d67fd3 (diff) | |
| parent | fef0bb7fe916f91dcff089c17aa3290c0ea1ab1f (diff) | |
Merge branch 'master' into pfm_chent
Conflicts:
pkg/DESCRIPTION
pkg/NAMESPACE
Diffstat (limited to 'README.rmd')
| -rw-r--r-- | README.rmd | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -57,3 +57,21 @@ density of 1.5 kg/L, output in mg/kg: ```{r} PEC_soil(100, int = 0.25) ``` + +### Rautmann drift data + +Some of the drift percentage data published by the JKI are included. To +see the data for one application: + +```{r} +drift_data_JKI[1] +``` + +### PEC surface water due to drift + +Initial PEC values for an application of 100 g/ha in the vicinity of a 30 cm +deep water body are obtained using + +```{r} +PEC_sw_drift_ini(100, applications = 1) +``` |
