diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-30 23:58:55 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-01-30 23:58:55 +0100 |
commit | 1611dd58df6b2b2e6ad01af6573664da8ce8b6b9 (patch) | |
tree | 79ec5fdda54ef3a2570d4d89a53b4f3f49815cff /man | |
parent | eab95c62479d732cbd531ad67ea458d2744af420 (diff) |
Convenience function for metabolite PEC soil
Diffstat (limited to 'man')
-rw-r--r-- | man/PEC_soil_mets.Rd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/man/PEC_soil_mets.Rd b/man/PEC_soil_mets.Rd new file mode 100644 index 0000000..637f1c0 --- /dev/null +++ b/man/PEC_soil_mets.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/PEC_soil.R +\name{PEC_soil_mets} +\alias{PEC_soil_mets} +\title{Calculate initial and accumulation PEC soil for a set of metabolites} +\usage{ +PEC_soil_mets(rate, mw_parent, mets, interval = 365, ...) +} +\arguments{ +\item{rate}{Application rate in units specified below} + +\item{mw_parent}{The molecular weight of the parent compound} + +\item{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} + +\item{interval}{The interval for accumulation calculations} + +\item{...}{Further arguments are passed to PEC_soil} +} +\description{ +Calculate initial and accumulation PEC soil for a set of metabolites +} |