aboutsummaryrefslogtreecommitdiff
path: root/pkg/R/pfm_degradation.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/pfm_degradation.R
parent9851a97ec915ddbfc8357f1a7e2cabae56c89f7d (diff)
EFSA 2015 tier 1 PEC soil, clean up, add static docs
Diffstat (limited to 'pkg/R/pfm_degradation.R')
-rw-r--r--pkg/R/pfm_degradation.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/R/pfm_degradation.R b/pkg/R/pfm_degradation.R
index d1d2f9d..6c8610e 100644
--- a/pkg/R/pfm_degradation.R
+++ b/pkg/R/pfm_degradation.R
@@ -29,7 +29,7 @@
#' @export
#' @author Johannes Ranke
#' @examples
-#' pfm_degradation("SFO", DT50 = 10)
+#' head(pfm_degradation("SFO", DT50 = 10))
pfm_degradation <- function(model = "SFO", DT50 = 1000, parms = c(k_parent_sink = log(2)/DT50),
years = 1, step_days = 1,
times = seq(0, years * 365, by = step_days))

Contact - Imprint