diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-08 08:36:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-08 08:36:48 +0200 |
commit | b45c9bfae9e5578dd455ed417363b4996cffd46a (patch) | |
tree | 5402dbb3420b024cbc414dc9cb100f1152a3ef91 /pkg | |
parent | 735e5fc8574edcb729aeb150492c1c12703e4233 (diff) |
Clean up remainders of NL drift calculation function
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/NAMESPACE | 1 | ||||
-rw-r--r-- | pkg/man/PEC_sw_drift_NL.Rd | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index fe73f6c..c59559b 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -8,7 +8,6 @@ export(GUS) export(PEC_soil) export(PEC_sw_drainage_UK) export(PEC_sw_drift) -export(PEC_sw_drift_NL) export(PEC_sw_sed) export(SFO_actual_twa) export(SSLRC_mobility_classification) diff --git a/pkg/man/PEC_sw_drift_NL.Rd b/pkg/man/PEC_sw_drift_NL.Rd deleted file mode 100644 index 404123a..0000000 --- a/pkg/man/PEC_sw_drift_NL.Rd +++ /dev/null @@ -1,37 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/PEC_sw_drift_NL.R -\name{PEC_sw_drift_NL} -\alias{PEC_sw_drift_NL} -\title{Calculate predicted environmental concentrations in surface water due to drift} -\usage{ -PEC_sw_drift_NL(rate, applications = 1, water_depth = 30, - drift_percentages = c(1), rate_units = "g/ha", PEC_units = "µg/L") -} -\arguments{ -\item{rate}{Application rate in units specified below} - -\item{applications}{Number of applications for selection of drift percentile} - -\item{water_depth}{Depth of the water body in cm} - -\item{drift_percentages}{Percentage drift values for which to calculate PECsw} - -\item{rate_units}{Defaults to g/ha} - -\item{PEC_units}{Requested units for the calculated PEC. Only µg/L currently supported} -} -\value{ -The predicted concentration in surface water -} -\description{ -This is a basic, vectorised form of a simple calculation of a contaminant -concentration in surface water based on complete, instantaneous mixing -with input via spray drift. -} -\examples{ -PEC_sw_drift_NL(100) -} -\author{ -Johannes Ranke -} - |