diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-23 17:03:09 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-03-23 18:00:06 +0100 |
commit | 7875935fdfc3c55e0ef328b3c3a4512a30011df1 (patch) | |
tree | cb0c1596d34d4db08271890ac922f026a53206cf /inst/web/mkinpredict.html | |
parent | c9667fbfd5a8c9601ac0c977776b12fe7d9b19dd (diff) |
Added 'from_max_mean' to 'mkinfit'.
- Now it is easier to do decline kinetics from the maximum occurrence
- Static documentation rebuilt by staticdocs::build_site()
- Fixed an URL in the README, thanks to the win-builder check with
R-devel
Diffstat (limited to 'inst/web/mkinpredict.html')
-rw-r--r-- | inst/web/mkinpredict.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inst/web/mkinpredict.html b/inst/web/mkinpredict.html index 393c1e26..34c715f8 100644 --- a/inst/web/mkinpredict.html +++ b/inst/web/mkinpredict.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>mkinpredict. mkin 0.9.41.9000</title> +<title>mkinpredict. mkin 0.9.42</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=" Johannes Ranke @@ -34,7 +34,7 @@ <div class="navbar"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">mkin 0.9.41.9000</a> + <a class="brand" href="#">mkin 0.9.42</a> <div class="nav"> <ul class="nav"> <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -304,7 +304,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.012 0.016 0.004 + 0.024 0.004 0.005 </div> <div class='input'> system.time( print(mkinpredict(SFO_SFO, c(k_parent_m1 = 0.05, k_parent_sink = 0.1, k_m1_sink = 0.01), @@ -315,7 +315,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.016 0.004 0.003 + 0.000 0.020 0.003 </div> <div class='input'> system.time( print(mkinpredict(SFO_SFO, c(k_parent_m1 = 0.05, k_parent_sink = 0.1, k_m1_sink = 0.01), @@ -326,7 +326,7 @@ 201 20 4.978707 27.46227 </div> <div class='output'> user system elapsed - 0.048 0.004 0.053 + 0.052 0.000 0.052 </div></pre> </div> <div class="span4"> |