summaryrefslogtreecommitdiff
path: root/README.rmd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-18 08:29:38 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-18 08:29:38 +0200
commit7faffad1907995f1b623ede8fc2e386693428e22 (patch)
tree6c68057b690daabf566a1d4825e177af1d8b9355 /README.rmd
parent53099978c971ee8e5c94e67bf972f51629d67fd3 (diff)
parentfef0bb7fe916f91dcff089c17aa3290c0ea1ab1f (diff)
Merge branch 'master' into pfm_chent
Conflicts: pkg/DESCRIPTION pkg/NAMESPACE
Diffstat (limited to 'README.rmd')
-rw-r--r--README.rmd18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.rmd b/README.rmd
index b8a5829..baa1f4d 100644
--- a/README.rmd
+++ b/README.rmd
@@ -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)
+```

Contact - Imprint