diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-29 14:37:30 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-29 14:37:30 +0200 |
commit | d665fd715ac798ac54975648543e804732df45c8 (patch) | |
tree | f135fd6d7ea6feb5ebc40e97b29504082ffa71b5 /R | |
parent | 9cd6a79cd5c0fc69ca0b2c689d3a77f46978beba (diff) |
More details for soil degradation
Diffstat (limited to 'R')
-rw-r--r-- | R/chent.R | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |