From 1718d434efae26de02754c6622c43f4dc9e624b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: Update kinfit and mkin to the latest version published on BerliOS. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/SFO.solution.R | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 R/SFO.solution.R (limited to 'R/SFO.solution.R') diff --git a/R/SFO.solution.R b/R/SFO.solution.R new file mode 100644 index 00000000..3a376e48 --- /dev/null +++ b/R/SFO.solution.R @@ -0,0 +1,4 @@ +SFO.solution <- function(t, parent.0, k) +{ + parent = parent.0 * exp(-k * t) +} -- cgit v1.2.1