From 697e0554bf89a63f23b9ab5548e31f218bc483e9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Sep 2015 10:07:53 +0200 Subject: Added PEC soil for products as defined in chents v0.1-2 --- pkg/man/PEC_soil_product.Rd | 24 ++++++++++++++++++++++++ pkg/man/pfm_ai.Rd | 24 ------------------------ pkg/man/pfm_chent.Rd | 35 ----------------------------------- pkg/man/pfm_product.Rd | 26 -------------------------- 4 files changed, 24 insertions(+), 85 deletions(-) delete mode 100644 pkg/man/pfm_ai.Rd delete mode 100644 pkg/man/pfm_chent.Rd delete mode 100644 pkg/man/pfm_product.Rd (limited to 'pkg/man') 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} - -- cgit v1.2.1