From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/reference/PEC_sw_sed.html | 263 ++++++++++++++++------------------------- 1 file changed, 99 insertions(+), 164 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 458eeb7..3432a75 100644 --- a/docs/reference/PEC_sw_sed.html +++ b/docs/reference/PEC_sw_sed.html @@ -1,202 +1,137 @@ - - - - - - +Calculate predicted environmental concentrations in sediment from surface +water concentrations — PEC_sw_sed • pfm + Skip to contents + -Calculate predicted environmental concentrations in sediment from surface -water concentrations — PEC_sw_sed • pfm +
+
+
- - +
+

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

+
- - - +
+

Usage

+
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

-
-
-
+
+

Value

- -
-
-

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

+

The predicted concentration in sediment

- -
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

- -

Value

- -

The predicted concentration in sediment

- -

Examples

-
PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50)
#> 1 m -#> 2.130769
-
- +
+ +
+

Examples

+
PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50)
+#>      1 m 
+#> 2.130769 
+
+
+ - + - - - + -- cgit v1.2.1