From d665fd715ac798ac54975648543e804732df45c8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 29 Jun 2018 14:37:30 +0200 Subject: More details for soil degradation --- R/chent.R | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'R') 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, -- cgit v1.2.1