aboutsummaryrefslogtreecommitdiff
path: root/man/pfm_degradation.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/pfm_degradation.Rd')
-rw-r--r--man/pfm_degradation.Rd11
1 files changed, 8 insertions, 3 deletions
diff --git a/man/pfm_degradation.Rd b/man/pfm_degradation.Rd
index fdc99fe..6684fa4 100644
--- a/man/pfm_degradation.Rd
+++ b/man/pfm_degradation.Rd
@@ -4,9 +4,14 @@
\alias{pfm_degradation}
\title{Calculate a time course of relative concentrations based on an mkinmod model}
\usage{
-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))
+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{
\item{model}{The degradation model to be used. Either a parent only model like

Contact - Imprint