aboutsummaryrefslogtreecommitdiff
path: root/R/chent.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-05-20 12:25:51 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-05-20 12:25:51 +0200
commitd1786a315fe7bc68a6543de15685d59a56eaa1b1 (patch)
tree22195cb4a63f5b63888d0861767985a9008dec11 /R/chent.R
parent7ac3347283fdcaa0a8c76af20b0a7cfa423368b9 (diff)
Change pH_type to pH_medium
Diffstat (limited to 'R/chent.R')
-rw-r--r--R/chent.R8
1 files changed, 4 insertions, 4 deletions
diff --git a/R/chent.R b/R/chent.R
index 3bf0afe..d3a74f3 100644
--- a/R/chent.R
+++ b/R/chent.R
@@ -307,7 +307,7 @@ chent <- R6Class("chent",
soil_degradation = NULL,
add_soil_degradation = function(soils, DT50,
type = NA,
- pH_orig = NA, pH_type = NA, pH_H2O = NA,
+ pH_orig = NA, pH_medium = NA, pH_H2O = NA,
temperature = NA, moisture = NA,
category = "lab", formulation = NA,
remark = "", source, page = NA) {
@@ -316,7 +316,7 @@ chent <- R6Class("chent",
DT50 = DT50,
type = type,
pH_orig = pH_orig,
- pH_type = pH_type,
+ pH_medium = pH_medium,
pH_H2O = pH_H2O,
temperature = temperature,
moisture = moisture,
@@ -350,7 +350,7 @@ chent <- R6Class("chent",
},
soil_sorption = NULL,
add_soil_sorption = function(type, Kf, Kfoc, N,
- pH_orig = NA, pH_type = NA,
+ pH_orig = NA, pH_medium = NA,
pH_H2O = NA,
perc_OC = NA, perc_clay = NA, CEC = NA,
remark = "", source, page = NA) {
@@ -358,7 +358,7 @@ chent <- R6Class("chent",
type = type,
Kf = Kf, Kfoc = Kfoc, N = N,
pH_orig = pH_orig,
- pH_type = pH_type,
+ pH_medium = pH_medium,
pH_H2O = pH_H2O,
perc_OC = perc_OC, perc_clay = perc_clay, CEC = CEC,
remark = remark,

Contact - Imprint