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/PEC_sw_sed.html | 63 +++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 23 deletions(-) (limited to 'docs/reference/PEC_sw_sed.html') diff --git a/docs/reference/PEC_sw_sed.html b/docs/reference/PEC_sw_sed.html index 6ede4c7..ceb8ea3 100644 --- a/docs/reference/PEC_sw_sed.html +++ b/docs/reference/PEC_sw_sed.html @@ -7,7 +7,7 @@ Calculate predicted environmental concentrations in sediment from surface - — PEC_sw_sed • pfm +water concentrations — PEC_sw_sed • pfm @@ -26,12 +26,14 @@ - + + + @@ -68,37 +70,52 @@
-

The method 'percentage' is equivalent to what is used in the CRD spreadsheet +

The method 'percentage' is equivalent to what is used in the CRD spreadsheet PEC calculator

-
PEC_sw_sed(PEC_sw, percentage = 100, method = "percentage",
+    
PEC_sw_sed(PEC_sw, percentage = 100, method = "percentage",
   sediment_depth = 5, water_depth = 30, sediment_density = 1.3,
   PEC_sed_units = c("µg/kg", "mg/kg"))

Arguments

-
-
PEC_sw
-
Numeric vector or matrix of surface water concentrations in µg/L for -which the corresponding sediment concentration is to be estimated
-
percentage
-
The percentage in sediment, used for the percentage method
-
method
-
The method used for the calculation
-
sediment_depth
-
Depth of the sediment layer
-
water_depth
-
Depth of the water body in cm
-
sediment_density
-
The density of the sediment in L/kg (equivalent to -g/cm3)
-
PEC_sed_units
-
The units of the estimated sediment PEC value
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PEC_sw

Numeric vector or matrix of surface water concentrations in µg/L for +which the corresponding sediment concentration is to be estimated

percentage

The percentage in sediment, used for the percentage method

method

The method used for the calculation

sediment_depth

Depth of the sediment layer

water_depth

Depth of the water body in cm

sediment_density

The density of the sediment in L/kg (equivalent to +g/cm3)

PEC_sed_units

The units of the estimated sediment PEC value

Value

-- cgit v1.2.1