aboutsummaryrefslogtreecommitdiff
path: root/pkg/R/PEC_sw_sed.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-12-22 19:32:54 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-12-22 19:32:54 +0100
commit3a579d87820ccbec514f1be5eb090e874fd87eec (patch)
treefdc726d4938dc98fc741a38435372da22dc9e956 /pkg/R/PEC_sw_sed.R
parent9851a97ec915ddbfc8357f1a7e2cabae56c89f7d (diff)
EFSA 2015 tier 1 PEC soil, clean up, add static docs
Diffstat (limited to 'pkg/R/PEC_sw_sed.R')
-rw-r--r--pkg/R/PEC_sw_sed.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/R/PEC_sw_sed.R b/pkg/R/PEC_sw_sed.R
index 56396e8..a4a3d6a 100644
--- a/pkg/R/PEC_sw_sed.R
+++ b/pkg/R/PEC_sw_sed.R
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
-#' Calculate initial predicted environmental concentrations in sediment from
-#' surface water concentrations
+#' Calculate predicted environmental concentrations in sediment from surface
+#' water concentrations
#'
#' The method 'percentage' is equivalent to what is used in the CRD spreadsheet
#' PEC calculator
@@ -34,7 +34,7 @@
#' @export
#' @author Johannes Ranke
#' @examples
-#' PEC_sw_sed(PEC_sw_drift_ini(100, distances = 1), percentage = 50)
+#' PEC_sw_sed(PEC_sw_drift(100, distances = 1), percentage = 50)
PEC_sw_sed <- function(PEC_sw, percentage = 100, method = "percentage",
sediment_depth = 5, water_depth = 30,
sediment_density = 1.3,

Contact - Imprint