aboutsummaryrefslogtreecommitdiff
path: root/R/DFOP.solution.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/DFOP.solution.R')
-rw-r--r--R/DFOP.solution.R5
1 files changed, 0 insertions, 5 deletions
diff --git a/R/DFOP.solution.R b/R/DFOP.solution.R
deleted file mode 100644
index 8531cfe..0000000
--- a/R/DFOP.solution.R
+++ /dev/null
@@ -1,5 +0,0 @@
-DFOP.solution <- function(t, parent.0, k1, k2, g)
-{
- parent = g * parent.0 * exp(-k1 * t) +
- (1 - g) * parent.0 * exp(-k2 * t)
-}

Contact - Imprint