From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/endpoint.html | 83 ++++++++++++++++++++++++++++---------------- 1 file changed, 54 insertions(+), 29 deletions(-) (limited to 'docs/reference/endpoint.html') diff --git a/docs/reference/endpoint.html b/docs/reference/endpoint.html index 57a7652..1cc4da4 100644 --- a/docs/reference/endpoint.html +++ b/docs/reference/endpoint.html @@ -25,12 +25,14 @@ - + + + @@ -76,7 +78,7 @@ chyaml field. Such information is extracted and optionally aggregated by this function.

-
endpoint(chent, medium = "soil", type = c("degradation", "sorption"),
+    
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)
@@ -95,34 +97,57 @@ this function.

raw = FALSE)

Arguments

-
-
chent
-
The chent object to get the information from
-
medium
-
The medium for which information is sought
-
type
-
The information type
-
lab_field
-
If not NA, do we want laboratory or field endpoints
-
redox
-
If not NA, are we looking for aerobic or anaerobic data
-
value
-
The name of the value we want. The list given in the -usage section is not exclusive
-
aggregator
-
The aggregator function. Can be mean, -geomean, or identity, for example.
-
raw
-
Should the number(s) be returned as stored in the chent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
chent

The chent object to get the information from

medium

The medium for which information is sought

type

The information type

lab_field

If not NA, do we want laboratory or field endpoints

redox

If not NA, are we looking for aerobic or anaerobic data

value

The name of the value we want. The list given in the +usage section is not exclusive

aggregator

The aggregator function. Can be mean, +geomean, or identity, for example.

raw

Should the number(s) be returned as stored in the chent object (could be a character value) to retain original information -about precision? -

signif
-
How many significant digits do we want
-
values
-
The values to be returned
-
aggregators
-
A named vector of aggregator functions to be used
- +about precision?

signif

How many significant digits do we want

values

The values to be returned

aggregators

A named vector of aggregator functions to be used

Value

-- cgit v1.2.1