diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-18 13:03:50 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-09-18 13:03:50 +0200 |
commit | e05656d57668688b971c28e32b4cfd4d3eac4662 (patch) | |
tree | 597df9a638c0ce68ae9efcb5b45d42b2f2927a15 /vignettes | |
parent | 0818986e2d9a0e68d3d1de26ac381836e0cf5a6f (diff) |
Correct and rebuild docs
- Reconcile docs and code for max_twa_parent
- Correct links to docs in twa vignette
- Static documentation rebuilt by pkgdown
Diffstat (limited to 'vignettes')
-rw-r--r-- | vignettes/mkin_benchmarks.rda | bin | 874 -> 877 bytes | |||
-rw-r--r-- | vignettes/twa.Rmd | 7 |
2 files changed, 4 insertions, 3 deletions
diff --git a/vignettes/mkin_benchmarks.rda b/vignettes/mkin_benchmarks.rda Binary files differindex fc996a73..b5132fa8 100644 --- a/vignettes/mkin_benchmarks.rda +++ b/vignettes/mkin_benchmarks.rda diff --git a/vignettes/twa.Rmd b/vignettes/twa.Rmd index 92a0cd4b..724775bc 100644 --- a/vignettes/twa.Rmd +++ b/vignettes/twa.Rmd @@ -73,6 +73,7 @@ $$f_\textrm{twa} = \frac{1}{t} \left( \frac{e^{- k_1 t_b}}{k_2} \left( 1 - e^{- k_2 (t - t_b)} \right) \right) $$ Note that a method for calculating maximum moving window time weighted average -concentrations for any model fitted by 'mkinfit', and also for metabolites in -such models, is integrated in the 'mkin' package, see the -[documentation](https://pkgdown.jrwb.de/pfm/reference/max_twa_parent.html) at my website. +concentrations for a model fitted by 'mkinfit' is include in the +'mkin' package (['max_twa_parent'](https://pkgdown.jrwb.de/mkin/reference/max_twa_parent.html). +If the same is needed for metabolites, the function +['max_twa'](https://pkgdown.jrwb.de/pfm/reference/max_twa.html) can be used. |