From a62402ea85bc5a94c7111af904ed01c7361b87a2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 22 Jun 2026 21:39:30 +0200 Subject: Update docs and static docs --- docs/reference/PEC_sw_sed.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 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 8346564..45afb87 100644 --- a/docs/reference/PEC_sw_sed.html +++ b/docs/reference/PEC_sw_sed.html @@ -1,5 +1,11 @@ -Calculate predicted environmental concentrations in sediment from surface water concentrations — PEC_sw_sed • pfmCalculate predicted environmental concentrations in sediment from surface water concentrations — PEC_sw_sed • pfm Skip to contents @@ -46,9 +52,9 @@ PEC calculator

PEC_sw, percentage = 100, method = "percentage", - sediment_depth = set_units(5, "cm"), - water_depth = set_units(30, "cm"), - sediment_density = set_units(1.3, "kg/L"), + sediment_depth = set_units(5, "cm"), + water_depth = set_units(30, "cm"), + sediment_density = set_units(1.3, "kg/L"), PEC_sed_units = c("µg/kg", "mg/kg") ) @@ -100,7 +106,6 @@ g/cm3)

Examples

library(pfm)
 library(units)
-#> udunits database from /usr/share/xml/udunits/udunits2.xml
 PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50)
 #> 2.130769 [µg/kg]
 
-- cgit v1.2.3