aboutsummaryrefslogtreecommitdiff
path: root/R/chent.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/chent.R')
-rw-r--r--R/chent.R5
1 files changed, 5 insertions, 0 deletions
diff --git a/R/chent.R b/R/chent.R
index 1376d46..e977544 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -308,8 +308,10 @@ chent <- R6Class("chent",
add_soil_degradation = function(soils, DT50,
type = NA, country = NA,
pH_orig = NA, pH_medium = NA, pH_H2O = NA,
+ perc_OC = NA,
temperature = NA, moisture = NA,
category = "lab", formulation = NA,
+ model = NA, chi2 = NA,
remark = "", source, page = NA) {
new_soil_degradation = data.frame(
soil = soils,
@@ -319,10 +321,13 @@ chent <- R6Class("chent",
pH_orig = pH_orig,
pH_medium = pH_medium,
pH_H2O = pH_H2O,
+ perc_OC = perc_OC,
temperature = temperature,
moisture = moisture,
category = category,
formulation = formulation,
+ model = model,
+ chi2 = chi2,
remark = remark,
source = source,
page = page,

Contact - Imprint