diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
| commit | e0c130005ee7adbac9b832ea8157712419d51b7e (patch) | |
| tree | f5c188285ee3abd9edda16a6bb96b6142c80afba /docs/reference/EFSA_washoff_2017.md | |
| parent | f8fdbc3237d12d5511058d2c0c40f3e99debe682 (diff) | |
Update static docs
Diffstat (limited to 'docs/reference/EFSA_washoff_2017.md')
| -rw-r--r-- | docs/reference/EFSA_washoff_2017.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/EFSA_washoff_2017.md b/docs/reference/EFSA_washoff_2017.md new file mode 100644 index 0000000..4dd90c5 --- /dev/null +++ b/docs/reference/EFSA_washoff_2017.md @@ -0,0 +1,37 @@ +# Subset of EFSA crop washoff default values + +Subset of EFSA crop washoff default values + +## Usage + +``` r +EFSA_washoff_2017 +``` + +## Format + +A matrix containing wash-off factors, currently only for some selected +crops + +## Source + +European Food Safety Authority (2017) EFSA guidance document for +predicting environmental concentrations of active substances of plant +protection products and transformation products of these active +substances in soil. *EFSA Journal* **15**(10) 4982 +doi:10.2903/j.efsa.2017.4982 + +## Examples + +``` r +EFSA_washoff_2017 +#> BBCH +#> Crop 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x +#> Beans (field + vegetable) NA 0.60 0.75 0.75 0.80 0.80 0.80 0.80 0.80 0.35 +#> Peas NA 0.40 0.60 0.60 0.65 0.65 0.65 0.65 0.65 0.35 +#> Summer oilseed rape NA 0.40 0.50 0.50 0.60 0.60 0.60 0.60 0.60 0.50 +#> Winter oilseed rape NA 0.10 0.40 0.40 0.55 0.55 0.55 0.55 0.55 0.30 +#> Tomatoes NA 0.55 0.75 0.75 0.70 0.70 0.70 0.70 0.70 0.35 +#> Spring cereals NA 0.40 0.50 0.50 0.65 0.65 0.65 0.65 0.65 0.55 +#> Winter cereals NA 0.10 0.40 0.60 0.55 0.55 0.55 0.60 0.60 0.40 +``` |
