From e0c130005ee7adbac9b832ea8157712419d51b7e Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Mon, 22 Jun 2026 18:01:11 +0200 Subject: Update static docs --- docs/reference/PEC_soil_mets.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/reference/PEC_soil_mets.md (limited to 'docs/reference/PEC_soil_mets.md') diff --git a/docs/reference/PEC_soil_mets.md b/docs/reference/PEC_soil_mets.md new file mode 100644 index 0000000..5811b9e --- /dev/null +++ b/docs/reference/PEC_soil_mets.md @@ -0,0 +1,33 @@ +# Calculate initial and accumulation PEC soil for a set of metabolites + +Calculate initial and accumulation PEC soil for a set of metabolites + +## Usage + +``` r +PEC_soil_mets(rate, mw_parent, mets, interval = 365, ...) +``` + +## Arguments + +- rate: + + Application rate in units specified below + +- mw_parent: + + The molecular weight of the parent compound + +- mets: + + A dataframe with metabolite identifiers as rownames and columns "mw", + "occ" and "DT50" holding their molecular weight, maximum occurrence in + soil and their soil DT50 + +- interval: + + The interval for accumulation calculations + +- ...: + + Further arguments are passed to PEC_soil -- cgit v1.2.3