From 1611dd58df6b2b2e6ad01af6573664da8ce8b6b9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 30 Jan 2019 23:58:55 +0100 Subject: Convenience function for metabolite PEC soil --- man/PEC_soil_mets.Rd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/PEC_soil_mets.Rd (limited to 'man') 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 +} -- cgit v1.2.1