aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/PEC_soil.Rd
blob: 1ced69ac231a06445f6a34248e4299553aa725d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/PEC_soil.R
\name{PEC_soil}
\alias{PEC_soil}
\title{Calculate predicted environmental concentrations in soil}
\usage{
PEC_soil(rate, rate_units = "g/ha", interception = 0, mixing_depth = 5,
  bulk_density = 1.5, PEC_units = "mg/kg")
}
\arguments{
\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{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{
The predicted concentration in soil
}
\description{
This is a basic, vectorised form of a simple calculation of a contaminant
concentration in bulk soil based on complete, instantaneous mixing.
}
\examples{
PEC_soil(100, interception = 0.25)
}
\author{
Johannes Ranke
}

Contact - Imprint