diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/chent.R | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -306,7 +306,7 @@ chent <- R6Class("chent", }, soil_degradation = NULL, add_soil_degradation = function(soils, DT50, - type = NA, + type = NA, country = NA, pH_orig = NA, pH_medium = NA, pH_H2O = NA, temperature = NA, moisture = NA, category = "lab", formulation = NA, @@ -315,6 +315,7 @@ chent <- R6Class("chent", soil = soils, DT50 = DT50, type = type, + country = country, pH_orig = pH_orig, pH_medium = pH_medium, pH_H2O = pH_H2O, |