diff options
Diffstat (limited to 'docs/reference/FOMC.solution.html')
| -rw-r--r-- | docs/reference/FOMC.solution.html | 31 | 
1 files changed, 24 insertions, 7 deletions
| diff --git a/docs/reference/FOMC.solution.html b/docs/reference/FOMC.solution.html index 397dc82d..4b8f1c92 100644 --- a/docs/reference/FOMC.solution.html +++ b/docs/reference/FOMC.solution.html @@ -21,12 +21,15 @@  <!-- clipboard.js -->  <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> +<!-- sticky kit --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script> +  <!-- pkgdown -->  <link href="../pkgdown.css" rel="stylesheet"> -<script src="../jquery.sticky-kit.min.js"></script>  <script src="../pkgdown.js"></script> -   -   + + +  <meta property="og:title" content="First-Order Multi-Compartment kinetics — FOMC.solution" />  <meta property="og:description" content="Function describing exponential decline from a defined starting value, with  @@ -35,6 +38,9 @@ The form given here differs slightly from the original reference by Gustafson    and Holden (1990). The parameter beta corresponds to 1/beta in the    original equation." />  <meta name="twitter:card" content="summary" /> + + +  <!-- mathjax -->  <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -57,8 +63,12 @@ The form given here differs slightly from the original reference by Gustafson          <span class="icon-bar"></span>          <span class="icon-bar"></span>        </button> -      <a class="navbar-brand" href="../index.html">mkin</a> +      <span class="navbar-brand"> +        <a class="navbar-link" href="../index.html">mkin</a> +        <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.1</span> +      </span>      </div> +      <div id="navbar" class="navbar-collapse collapse">        <ul class="nav navbar-nav">          <li> @@ -99,6 +109,7 @@ The form given here differs slightly from the original reference by Gustafson        <ul class="nav navbar-nav navbar-right">        </ul> +            </div><!--/.nav-collapse -->    </div><!--/.container -->  </div><!--/.navbar --> @@ -106,12 +117,15 @@ The form given here differs slightly from the original reference by Gustafson        </header> -      <div class="row"> +<div class="row">    <div class="col-md-9 contents">      <div class="page-header">      <h1>First-Order Multi-Compartment kinetics</h1> +     +    <div class="hidden name"><code>FOMC.solution.Rd</code></div>      </div> +    <div class="ref-description">      <p>Function describing exponential decline from a defined starting value, with     a decreasing rate constant.</p> @@ -119,10 +133,11 @@ The form given here differs slightly from the original reference by Gustafson    and Holden (1990). The parameter <code>beta</code> corresponds to 1/beta in the    original equation.</p> +    </div>      <pre class="usage"><span class='fu'>FOMC.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>alpha</span>, <span class='no'>beta</span>)</pre> -    <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> +    <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2>      <table class="ref-arguments">      <colgroup><col class="name" /><col class="desc" /></colgroup>      <tr> @@ -168,7 +183,7 @@ The form given here differs slightly from the original reference by Gustafson      <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> -    <pre class="examples"><div class='input'>  <span class='fu'>plot</span>(<span class='kw'>function</span>(<span class='no'>x</span>) <span class='fu'>FOMC.solution</span>(<span class='no'>x</span>, <span class='fl'>100</span>, <span class='fl'>10</span>, <span class='fl'>2</span>), <span class='fl'>0</span>, <span class='fl'>2</span>, <span class='kw'>ylim</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0</span>, <span class='fl'>100</span>))</div><div class='img'><img src='FOMC.solution-1.png' alt='' width='700' height='432.632880098887' /></div></pre> +    <pre class="examples"><div class='input'>  <span class='fu'>plot</span>(<span class='kw'>function</span>(<span class='no'>x</span>) <span class='fu'>FOMC.solution</span>(<span class='no'>x</span>, <span class='fl'>100</span>, <span class='fl'>10</span>, <span class='fl'>2</span>), <span class='fl'>0</span>, <span class='fl'>2</span>, <span class='kw'>ylim</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0</span>, <span class='fl'>100</span>))</div><div class='img'><img src='FOMC.solution-1.png' alt='' width='700' height='433' /></div></pre>    </div>    <div class="col-md-3 hidden-xs hidden-sm" id="sidebar">      <h2>Contents</h2> @@ -199,6 +214,8 @@ The form given here differs slightly from the original reference by Gustafson        </footer>     </div> +   +    </body>  </html> | 
