From 3a579d87820ccbec514f1be5eb090e874fd87eec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Dec 2015 19:32:54 +0100 Subject: EFSA 2015 tier 1 PEC soil, clean up, add static docs --- pkg/man/PEC_sw_drift_ini.Rd | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 pkg/man/PEC_sw_drift_ini.Rd (limited to 'pkg/man/PEC_sw_drift_ini.Rd') diff --git a/pkg/man/PEC_sw_drift_ini.Rd b/pkg/man/PEC_sw_drift_ini.Rd deleted file mode 100644 index 26ef40a..0000000 --- a/pkg/man/PEC_sw_drift_ini.Rd +++ /dev/null @@ -1,42 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/PEC_sw_drift_ini.R -\name{PEC_sw_drift_ini} -\alias{PEC_sw_drift_ini} -\title{Calculate initial predicted environmental concentrations in surface water due to drift} -\usage{ -PEC_sw_drift_ini(rate, applications = 1, water_depth = 30, - drift_data = "JKI", crop = "Ackerbau", distances = c(1, 5, 10, 20), - 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_data}{Source of drift percentage data} - -\item{crop}{Crop name (use German names for JKI data), defaults to "Ackerbau"} - -\item{distances}{The distances in m for which to get PEC values} - -\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_ini(100) -} -\author{ -Johannes Ranke -} - -- cgit v1.2.1