aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-27 18:57:55 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-27 18:57:55 +0200
commitb3d9bf2e5571cf506b924a6fc9cbcc366c82e340 (patch)
treed8cebe0ba571f475c1034c47ac102362007a9a03 /R
parentd665fd715ac798ac54975648543e804732df45c8 (diff)
Soil names for soil sorption tables
Diffstat (limited to 'R')
-rw-r--r--R/chent.R6
1 files changed, 4 insertions, 2 deletions
diff --git a/R/chent.R b/R/chent.R
index e977544..abe96a2 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -355,14 +355,16 @@ chent <- R6Class("chent",
}
},
soil_sorption = NULL,
- add_soil_sorption = function(type, Kf, Kfoc, N,
+ add_soil_sorption = function(soils, Kf, Kfoc, N,
+ type = NA,
pH_orig = NA, pH_medium = NA,
pH_H2O = NA,
perc_OC = NA, perc_clay = NA, CEC = NA,
remark = "", source, page = NA) {
new_soil_sorption = data.frame(
- type = type,
+ soils = soils,
Kf = Kf, Kfoc = Kfoc, N = N,
+ type = type,
pH_orig = pH_orig,
pH_medium = pH_medium,
pH_H2O = pH_H2O,

Contact - Imprint