aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-13 16:32:18 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-13 16:49:13 +0100
commit572e435b2394ef7092a78d0eebbbeda88b66a0a8 (patch)
treead139da310f8270e95b99a4d9ded649bf88c65f2 /inst
parenta5cc0d6d60084b9e74bf78a68184c8a96b9feb01 (diff)
Fixes for f_time_norm_focus, still very fragile...
Diffstat (limited to 'inst')
-rw-r--r--inst/dataset_generation/D24_2014.R14
1 files changed, 8 insertions, 6 deletions
diff --git a/inst/dataset_generation/D24_2014.R b/inst/dataset_generation/D24_2014.R
index 47f9cfab..435be4a6 100644
--- a/inst/dataset_generation/D24_2014.R
+++ b/inst/dataset_generation/D24_2014.R
@@ -1,5 +1,8 @@
# From the Addendum to the RAR 2014, see the help file for D24_2014
-# Soil characterisation from EFSA conclusion 2014
+# Soil characterisation in the EFSA conclusion 2014 is completely different
+# and does not correspond to the USDA soil types that can be derived
+# from the texture data on p. 687
+library(mkin)
D24_2014 <- mkindsg$new(
title = "Aerobic soil degradation data on 2,4-D from the EU assessment in 2014",
ds = list(
@@ -60,12 +63,11 @@ D24_2014 <- mkindsg$new(
),
meta = data.frame(
study = c("Cohen 1991", rep("Liu and Adelfinskaya 2011", 4)),
- usda_soil_type = c("Silt loam", # p. 683, EFSA conclusion p. 41/42
- "Clay loam", "Clay loam", "Sandy loam", "Sandy loam"),
- moisture_ref_type = c(NA, rep("% MWHC", 4)), # p. 687
+ usda_soil_type = c("Silt loam", # p. 683, 687
+ "Silt loam", "Loam", "Loam", "Loamy sand"),
+ study_moisture_ref_type = c(NA, rep("pF1", 4)), # p. 687
rel_moisture = c(NA, 0.5, 0.5, 0.5, 0.5), # p. 687
- moisture_ref = c(NA, 65.7, 59.9, 75.3, 48.5), # p. 687
temperature = c(25, 20, 20, 20, 20)
)
)
-#save(D24_2014, file = "../../data/D24_2014.rda", version = 2)
+save(D24_2014, file = "../../data/D24_2014.rda", version = 2)

Contact - Imprint