From 3a579d87820ccbec514f1be5eb090e874fd87eec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Dec 2015 19:32:54 +0100 Subject: EFSA 2015 tier 1 PEC soil, clean up, add static docs --- pkg/inst/web/soil_sorption.html | 98 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 pkg/inst/web/soil_sorption.html (limited to 'pkg/inst/web/soil_sorption.html') diff --git a/pkg/inst/web/soil_sorption.html b/pkg/inst/web/soil_sorption.html new file mode 100644 index 0000000..152fc5e --- /dev/null +++ b/pkg/inst/web/soil_sorption.html @@ -0,0 +1,98 @@ + + + + +soil_sorption. pfm 0.2-4 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Obtain soil sorption data

+ +
+
+

Usage

+
soil_sorption(chent, values = c("Kfoc", "N"), aggregators = c(Kfoc = geomean, Koc = geomean, N = mean), signif = rep(3, length(values)), raw = FALSE)
+ +

Arguments

+
+
chent
+
The chent object to get the information from
+
values
+
The values to be returned
+
aggregators
+
A named vector of aggregator functions to be used
+
signif
+
How many significant digits do we want
+
raw
+
Should the number(s) be returned as stored in the chent +object (could be a character value) to retain original information +about precision?
+
+ +
+

Description

+ +

Obtain soil sorption data

+ +
+
+
+ + + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1