From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/pfm_degradation.html | 51 ++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 18 deletions(-) (limited to 'docs/reference/pfm_degradation.html') diff --git a/docs/reference/pfm_degradation.html b/docs/reference/pfm_degradation.html index d98778b..9198f6b 100644 --- a/docs/reference/pfm_degradation.html +++ b/docs/reference/pfm_degradation.html @@ -25,12 +25,14 @@ - + + + @@ -73,27 +75,40 @@

Calculate a time course of relative concentrations based on an mkinmod model

-
pfm_degradation(model = "SFO", DT50 = 1000, parms = c(k_parent_sink =
+    
pfm_degradation(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))

Arguments

-
-
model
-
The degradation model to be used. Either a parent only model like -'SFO' or 'FOMC', or an mkinmod object
-
DT50
-
The half-life. This is only used when simple exponential decline -is calculated (SFO model).
-
parms
-
The parameters used for the degradation model
-
years
-
For how many years should the degradation be predicted?
-
step_days
-
What step size in days should the output have?
-
times
-
The output times
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
model

The degradation model to be used. Either a parent only model like +'SFO' or 'FOMC', or an mkinmod object

DT50

The half-life. This is only used when simple exponential decline +is calculated (SFO model).

parms

The parameters used for the degradation model

years

For how many years should the degradation be predicted?

step_days

What step size in days should the output have?

times

The output times

Examples

-- cgit v1.2.1