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