From 803fe13e505960fddccdbd4dcb524715f5eb068d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Sep 2019 18:18:40 +0200 Subject: Add url: tag to _pkgdown.yml, typo, update docs --- docs/reference/endpoint.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'docs/reference/endpoint.html') diff --git a/docs/reference/endpoint.html b/docs/reference/endpoint.html index f5520f6..2875b7a 100644 --- a/docs/reference/endpoint.html +++ b/docs/reference/endpoint.html @@ -16,13 +16,15 @@ - + + - - + + + @@ -50,6 +52,7 @@ this function." /> + @@ -74,7 +77,7 @@ this function." /> @@ -97,13 +95,14 @@ this function." /> +
@@ -116,9 +115,9 @@ this function.

-
endpoint(chent, medium = "soil", type = c("degradation", "sorption"),
-  lab_field = c(NA, "laboratory", "field"), redox = c(NA, "aerobic",
-  "anaerobic"), value = c("DT50ref", "Kfoc", "N"),
+    
endpoint(chent, medium = "soil", type = c("degradation", "sorption"),
+  lab_field = c(NA, "laboratory", "field"), redox = c(NA, "aerobic",
+  "anaerobic"), value = c("DT50ref", "Kfoc", "N"),
   aggregator = geomean, raw = FALSE, signif = 3)
 
 soil_DT50(chent, aggregator = geomean, signif = 3,
@@ -130,8 +129,8 @@ this function.

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

Arguments

@@ -217,19 +216,23 @@ exponent is often called 1/n.

+ + + -- cgit v1.2.1