aboutsummaryrefslogtreecommitdiff
path: root/pkg/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-09-11 10:07:53 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-09-11 10:10:43 +0200
commit697e0554bf89a63f23b9ab5548e31f218bc483e9 (patch)
treec8a887353601ef987313573e1fd618bbb3ee3108 /pkg/man
parent634d4a0a93882a3b2d3961abbdd33694fd93dcc6 (diff)
Added PEC soil for products as defined in chents v0.1-2
Diffstat (limited to 'pkg/man')
-rw-r--r--pkg/man/PEC_soil_product.Rd24
-rw-r--r--pkg/man/pfm_ai.Rd24
-rw-r--r--pkg/man/pfm_chent.Rd35
-rw-r--r--pkg/man/pfm_product.Rd26
4 files changed, 24 insertions, 85 deletions
diff --git a/pkg/man/PEC_soil_product.Rd b/pkg/man/PEC_soil_product.Rd
index b708366..28cb5fd 100644
--- a/pkg/man/PEC_soil_product.Rd
+++ b/pkg/man/PEC_soil_product.Rd
@@ -8,6 +8,30 @@ PEC_soil_product(product, rate, rate_units = "L/ha", interception = 0,
mixing_depth = 5, tillage_depth = 20, interval = 365,
bulk_density = 1.5, PEC_units = "mg/kg")
}
+\arguments{
+\item{product}{An object of class pp}
+
+\item{rate}{Application rate in units specified below}
+
+\item{rate_units}{Defaults to g/ha}
+
+\item{interception}{The fraction of the application rate that does not reach the soil}
+
+\item{mixing_depth}{Mixing depth in cm}
+
+\item{tillage_depth}{Periodic (see interval) deeper mixing in cm}
+
+\item{interval}{Period of the deeper mixing, defaults to 365, which is a year if
+rate units are in days}
+
+\item{bulk_density}{Bulk density of the soil. Defaults to 1.5 kg/L, or 1500 kg/m3}
+
+\item{PEC_units}{Requested units for the calculated PEC. Only mg/kg currently supported}
+}
+\value{
+A data frame with compound names, and initial, plateau maximum, plateau minimum (background)
+ and long term maximum predicted concentrations in soil
+}
\description{
Calculates long term accumulation PEC values
}
diff --git a/pkg/man/pfm_ai.Rd b/pkg/man/pfm_ai.Rd
deleted file mode 100644
index 20c5acd..0000000
--- a/pkg/man/pfm_ai.Rd
+++ /dev/null
@@ -1,24 +0,0 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/pfm_chent.R
-\docType{class}
-\name{pfm_ai}
-\alias{pfm_ai}
-\title{R6 class for holding active ingredients}
-\format{An \code{\link{R6Class}} generator object.}
-\usage{
-pfm_ai
-}
-\description{
-An R6 class for holding information about active ingredients
-}
-\section{Fields}{
-
-\describe{
-\item{\code{iso}}{ISO common name}
-}}
-\examples{
-atrazine <- pfm_ai("atrazine", smiles = "Clc1nc(nc(n1)NC(C)C)NCC", mw = 215.68)
-print(atrazine)
-}
-\keyword{data}
-
diff --git a/pkg/man/pfm_chent.Rd b/pkg/man/pfm_chent.Rd
deleted file mode 100644
index f72d038..0000000
--- a/pkg/man/pfm_chent.Rd
+++ /dev/null
@@ -1,35 +0,0 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/pfm_chent.R
-\docType{class}
-\name{pfm_chent}
-\alias{pfm_chent}
-\title{R6 class for holding a chemical entity}
-\format{An \code{\link{R6Class}} generator object}
-\usage{
-pfm_chent
-}
-\description{
-An R6 class for holding information about a chemical entity that is useful
-for fate modelling
-}
-\section{Fields}{
-
-\describe{
-\item{\code{acronym}}{Acronym for local use}
-
-\item{\code{smiles}}{SMILES code}
-
-\item{\code{mw}}{Molecular weight}
-
-\item{\code{main_source}}{Main source of information}
-
-\item{\code{transformations}}{}
-
-\item{\code{sorption_endpoints}}{}
-}}
-\examples{
-atrazine <- pfm_chent("atrazine", smiles = "Clc1nc(nc(n1)NC(C)C)NCC", mw = 215.68)
-print(atrazine)
-}
-\keyword{data}
-
diff --git a/pkg/man/pfm_product.Rd b/pkg/man/pfm_product.Rd
deleted file mode 100644
index 41ea4aa..0000000
--- a/pkg/man/pfm_product.Rd
+++ /dev/null
@@ -1,26 +0,0 @@
-% Generated by roxygen2 (4.1.1): do not edit by hand
-% Please edit documentation in R/pfm_chent.R
-\docType{class}
-\name{pfm_product}
-\alias{pfm_product}
-\title{R6 class for holding a product with at least one active ingredient}
-\format{An \code{\link{R6Class}} generator object.}
-\usage{
-pfm_product
-}
-\description{
-An R6 class for holding information about a product with at least one active ingredient
-}
-\section{Fields}{
-
-\describe{
-\item{\code{name}}{The name of the product}
-
-\item{\code{ais}}{A list of active ingredients}
-
-\item{\code{concentrations}}{The concentration of the ais}
-
-\item{\code{concentration_units}}{Defaults to g/L}
-}}
-\keyword{data}
-

Contact - Imprint