diff options
| author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
|---|---|---|
| committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2026-06-22 18:01:11 +0200 |
| commit | e0c130005ee7adbac9b832ea8157712419d51b7e (patch) | |
| tree | f5c188285ee3abd9edda16a6bb96b6142c80afba /docs/reference/PEC_soil_mets.md | |
| parent | f8fdbc3237d12d5511058d2c0c40f3e99debe682 (diff) | |
Update static docs
Diffstat (limited to 'docs/reference/PEC_soil_mets.md')
| -rw-r--r-- | docs/reference/PEC_soil_mets.md | 33 |
1 files changed, 33 insertions, 0 deletions
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 |
