index
:
kinfit
master
Fitting kinetic models to parent only degradation data
Johannes Ranke
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
R
/
SFO.R
blob: a91625cfe6117ed1d0acbef14bc3c92d78c48866 (
plain
) (
blame
)
1
2
3
4
SFO <- function(t, parent.0, k) { parent = parent.0 * exp(-k * t) }
Contact
-
Imprint