diff options
Diffstat (limited to 'docs/dev/reference/mkinmod.html')
| -rw-r--r-- | docs/dev/reference/mkinmod.html | 14 | 
1 files changed, 5 insertions, 9 deletions
| diff --git a/docs/dev/reference/mkinmod.html b/docs/dev/reference/mkinmod.html index 9a7dac6f..60a0af96 100644 --- a/docs/dev/reference/mkinmod.html +++ b/docs/dev/reference/mkinmod.html @@ -44,9 +44,7 @@  variable, specifying the corresponding submodel as well as outgoing pathways  (see examples).  Print mkinmod objects in a way that the user finds his way to get to its -components. -This is a convenience function to set up the lists used as arguments for -mkinmod." /> +components." />  <meta name="robots" content="noindex"> @@ -78,7 +76,7 @@ mkinmod." />        </button>        <span class="navbar-brand">          <a class="navbar-link" href="../index.html">mkin</a> -        <span class="version label label-info" data-toggle="tooltip" data-placement="bottom" title="In-development version">0.9.50.4</span> +        <span class="version label label-info" data-toggle="tooltip" data-placement="bottom" title="In-development version">1.1.0</span>        </span>      </div> @@ -127,7 +125,7 @@ mkinmod." />        <ul class="nav navbar-nav navbar-right">          <li>    <a href="https://github.com/jranke/mkin/"> -    <span class="fab fa fab fa-github fa-lg"></span> +    <span class="fab fa-github fa-lg"></span>    </a>  </li> @@ -155,8 +153,6 @@ variable, specifying the corresponding submodel as well as outgoing pathways  (see examples).</p>  <p>Print mkinmod objects in a way that the user finds his way to get to its  components.</p> -<p>This is a convenience function to set up the lists used as arguments for -<code>mkinmod</code>.</p>      </div>      <pre class="usage"><span class='fu'>mkinmod</span><span class='op'>(</span> @@ -348,7 +344,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media</p>     parent <span class='op'>=</span> <span class='fu'>mkinsub</span><span class='op'>(</span><span class='st'>"SFO"</span>, <span class='st'>"m1"</span>, full_name <span class='op'>=</span> <span class='st'>"Test compound"</span><span class='op'>)</span>,     m1 <span class='op'>=</span> <span class='fu'>mkinsub</span><span class='op'>(</span><span class='st'>"SFO"</span>, full_name <span class='op'>=</span> <span class='st'>"Metabolite M1"</span><span class='op'>)</span>,     name <span class='op'>=</span> <span class='st'>"SFO_SFO"</span>, dll_dir <span class='op'>=</span> <span class='va'>DLL_dir</span>, unload <span class='op'>=</span> <span class='cn'>TRUE</span>, overwrite <span class='op'>=</span> <span class='cn'>TRUE</span><span class='op'>)</span> -</div><div class='output co'>#> <span class='message'>Copied DLL from /tmp/Rtmpy4eiQb/file554e573761a7.so to /home/jranke/.local/share/mkin/SFO_SFO.so</span></div><div class='input'><span class='co'># Now we can save the model and restore it in a new session</span> +</div><div class='output co'>#> <span class='message'>Copied DLL from /tmp/RtmpWsX48Z/file1029f864aada00.so to /home/jranke/.local/share/mkin/SFO_SFO.so</span></div><div class='input'><span class='co'># Now we can save the model and restore it in a new session</span>  <span class='fu'><a href='https://rdrr.io/r/base/readRDS.html'>saveRDS</a></span><span class='op'>(</span><span class='va'>SFO_SFO.2</span>, file <span class='op'>=</span> <span class='st'>"~/SFO_SFO.rds"</span><span class='op'>)</span>  <span class='co'># Terminate the R session here if you would like to check, and then do</span>  <span class='kw'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='op'>(</span><span class='va'><a href='https://pkgdown.jrwb.de/mkin/'>mkin</a></span><span class='op'>)</span> @@ -397,7 +393,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media</p>  #>     })  #>     return(predicted)  #> } -#> <environment: 0x55555cac8d00></div><div class='input'> +#> <environment: 0x55555cc38878></div><div class='input'>  <span class='co'># If we have several parallel metabolites</span>  <span class='co'># (compare tests/testthat/test_synthetic_data_for_UBA_2014.R)</span>  <span class='va'>m_synth_DFOP_par</span> <span class='op'><-</span> <span class='fu'>mkinmod</span><span class='op'>(</span> | 
