From aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 13:16:17 +0100 Subject: Reorganise data generation - Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory --- docs/reference/PEC_sw_sed.html | 224 +++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 145 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..247c8d7 100644 --- a/docs/reference/PEC_sw_sed.html +++ b/docs/reference/PEC_sw_sed.html @@ -1,67 +1,15 @@ - - - - - - - -Calculate predicted environmental concentrations in sediment from surface -water concentrations — PEC_sw_sed • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate predicted environmental concentrations in sediment from surface +water concentrations — PEC_sw_sed • pfm - - - - + + -
-
- -
- -
+
-
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
-
- +
-
- - + + -- cgit v1.2.1