aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-10-13 09:34:15 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-10-13 09:34:15 +0200
commit28425283bdeb34fac01d1eeb9c8dd40f987934ea (patch)
treeddabdcd7a60d9ee7f6a34f604ee4cb38d7ed6dc7
parente3fa7ea27ccdf98e751642dea7315ce6076ad004 (diff)
Static documentation rebuilt by pkgdown
-rw-r--r--GNUmakefile2
-rw-r--r--docs/articles/gmkin_manual.html42
-rw-r--r--docs/articles/index.html6
-rw-r--r--docs/authors.html4
-rw-r--r--docs/index.html26
-rw-r--r--docs/news/index.html4
-rw-r--r--docs/pkgdown.css91
-rw-r--r--docs/reference/FOCUS_2006.html24
-rw-r--r--docs/reference/FOCUS_2006_Z.html22
-rw-r--r--docs/reference/UBA_model_gallery.html14
-rw-r--r--docs/reference/gmkin.html61
-rw-r--r--docs/reference/gmkinws.html22
-rw-r--r--docs/reference/index.html90
13 files changed, 237 insertions, 171 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ef03b8c..a9a2ab6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,7 +85,7 @@ drat: build
dratwin: winbin
"$(RBIN)/Rscript" -e "drat::insertPackage('$(WINBIN)', 'e:/git/drat/', commit = TRUE)"
-r-forge: sd
+r-forge: pd
git archive master > $(PKGDIR)/gmkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(PKGDIR)/gmkin.tar;\
rm -r $(SDDIR)/*;\
diff --git a/docs/articles/gmkin_manual.html b/docs/articles/gmkin_manual.html
index 44192df..8d07631 100644
--- a/docs/articles/gmkin_manual.html
+++ b/docs/articles/gmkin_manual.html
@@ -9,7 +9,7 @@
<!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- Font Awesome icons --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown --><link href="../pkgdown.css" rel="stylesheet">
-<script src="../jquery.sticky-kit.min.js"></script><script src="../pkgdown.js"></script><!-- mathjax --><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]>
+<script src="../jquery.sticky-kit.min.js"></script><script src="../pkgdown.js"></script><!-- mathjax --><script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
@@ -53,7 +53,7 @@
<h1>Manual for gmkin</h1>
<h4 class="author">Johannes Ranke</h4>
- <h4 class="date">2017-03-06</h4>
+ <h4 class="date">2017-10-13</h4>
</div>
@@ -61,13 +61,13 @@
<div class="contents">
<div id="introduction" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#introduction" class="anchor"> </a></body></html>Introduction</h2>
+<a href="#introduction" class="anchor"></a>Introduction</h2>
<p>The R add-on package gmkin provides a browser based graphical interface for performing kinetic evaluations of degradation data using the <a href="http://kinfit.r-forge.r-project.org/mkin_static">mkin package</a>. While the use of gmkin should be largely self-explanatory, this manual may serve as a functionality overview and reference.</p>
<p>For system requirements and installation instructions, please refer to the <a href="http://kinfit.r-forge.r-project.org/gmkin_static">gmkin homepage</a>.</p>
</div>
<div id="starting-gmkin" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#starting-gmkin" class="anchor"> </a></body></html>Starting gmkin</h2>
+<a href="#starting-gmkin" class="anchor"></a>Starting gmkin</h2>
<p>As gmkin is an R package, you need to start R and load the gmkin package before you can run gmkin. The latter can be achieved by entering the command</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">library</span>(gmkin)</code></pre></div>
<p>into the R console. This will also load the packages that gmkin depends on, most notably gWidgetsWWW2 and mkin. Loading the package only has to be done once after you have started R.</p>
@@ -85,13 +85,13 @@
</div>
<div id="three-column-layout" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#three-column-layout" class="anchor"> </a></body></html>Three column layout</h2>
+<a href="#three-column-layout" class="anchor"></a>Three column layout</h2>
<p>Since version 0.6.1, gmkin adheres to a three column layout. To the left, there are explorer areas for the available projects, datasets, kinetic models and the completed fits.</p>
<p>In the central, tabbed area, the projects, datasets, models and fits are defined. The area to the right is mainly for showing information intended to support the user, and results. However, it also contains a tab ‘Data’ for editing kinetic data.</p>
</div>
<div id="project-file-management" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#project-file-management" class="anchor"> </a></body></html>Project file management</h2>
+<a href="#project-file-management" class="anchor"></a>Project file management</h2>
<p>At startup, the project explorer to the left shows the two project workspaces ‘FOCUS_2006’ and ‘FOCUS_2006_Z’ delivered with the package. The project manangement area in the center gives the possibility to save these projects under a new name, or to start a new, empty project.</p>
<p>A gmkin project workspace contains datasets, kinetic models for fitting, and so-called fits, i.e. the results of fitting models to data. The project area also shows the current working directory, where project workspace files are saved using the file extension <code>.gmkinws</code>.</p>
<p>Once a project has been saved by the user, the project explorer to the left will show it in the project list.</p>
@@ -110,7 +110,7 @@
</div>
<div id="dataset-editor" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#dataset-editor" class="anchor"> </a></body></html>Dataset editor</h2>
+<a href="#dataset-editor" class="anchor"></a>Dataset editor</h2>
<p>When you select one of the datasets in the dataset explorer to the left, some summary information about the dataset is shown in the center, and the data itself is loaded into the data editor to the right.</p>
<div class="figure">
<img src="img/dataset_Z.png" alt="Screenshot of the GUI after loading a dataset"><p class="caption">Screenshot of the GUI after loading a dataset</p>
@@ -121,7 +121,7 @@
<p>However, entering data in these fields is a prerequisite for entering a new dataset directly in the dataset editor.</p>
<div id="entering-data-directly" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#entering-data-directly" class="anchor"> </a></body></html>Entering data directly</h3>
+<a href="#entering-data-directly" class="anchor"></a>Entering data directly</h3>
<p>For entering new data manually, there are two possibilities. You can either change the Dataset title of the current dataset and edit the data in the Data editor to the right. Or, if the new data should have a different structure, e.g. different sampling times, observed variables and replicates, click on “New dataset”, edit the dataset title, sampling times, number of replicates and the list of observed variables, and press the button ‘Generate grid for entering kinetic data’, in order to prepare the Data editor to the right.</p>
<p>For sampling times and short names of the relevant compounds, a comma separated list must be entered, with a space after each comma. An example of filling out the respective fields is shown below.</p>
<div class="figure">
@@ -132,7 +132,7 @@
</div>
<div id="importing-data-from-text-files" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#importing-data-from-text-files" class="anchor"> </a></body></html>Importing data from text files</h3>
+<a href="#importing-data-from-text-files" class="anchor"></a>Importing data from text files</h3>
<p>In case you want to work with a larger dataset that is already available as a computer file e.g. in a spreadsheet application, you can export these data as a tab separated or comma separated text file and import it using the “Browse” and “Upload” buttons in the dataset editor.</p>
<p>As an example, we can create a text file from one of the datasets shipped with the mkin package using the following R command:</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">write.table</span>(schaefer07_complex_case, <span class="dt">sep =</span> <span class="st">","</span>, <span class="dt">dec =</span> <span class="st">"."</span>,
@@ -164,7 +164,7 @@
</div>
<div id="model-editor" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#model-editor" class="anchor"> </a></body></html>Model editor</h2>
+<a href="#model-editor" class="anchor"></a>Model editor</h2>
<p>The following screenshot shows the model editor for the model ‘Z.2a.ff’ from the project workspace ‘FOCUS_2006_Z’ provided with the gmkin package.</p>
<div class="figure">
<img src="img/modeleditor.png" alt="Screenshot of the model editor"><p class="caption">Screenshot of the model editor</p>
@@ -176,7 +176,7 @@
</div>
<div id="configuring-the-fit" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#configuring-the-fit" class="anchor"> </a></body></html>Configuring the fit</h2>
+<a href="#configuring-the-fit" class="anchor"></a>Configuring the fit</h2>
<p>If a dataset and a kinetic model are selected, the button “Configure fit” below in the Explorer window “Configuration” becomes active. Pressing it opens the “Configuration” area in the center and loads the dataset into the Data editor to the right, for viewing only.</p>
<p>After pressing the button ‘Plot unoptimised’, the data and the kinetic model with default starting parameters are plotted in the ‘Plot’ area to the right.</p>
<div class="figure">
@@ -184,7 +184,7 @@
</div>
<div id="fit-options" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#fit-options" class="anchor"> </a></body></html>Fit options</h3>
+<a href="#fit-options" class="anchor"></a>Fit options</h3>
<p>The most important fit options of the <code>mkinfit</code> function can be set via the controls in the fit configuration area shown above. If the “plot” checkbox is checked (and on Windows, the R GUI is used for running gmkin), an R graphics device started via the R console shows the fitting progress, i.e. the change of the model solution together with the data during the optimisation.</p>
<p>The “solution_type” can either be “auto”, which means that the most effective solution method is chosen for the model, in the order of “analytical” (for parent only degradation data), “eigen” (for differential equation models with only linear terms, i.e. without FOMC, DFOP or HS submodels) or “deSolve”, which can handle all model definitions generated by the <code>mkin</code> package. If a compiler (gcc, on Windows install the ‘Rtools’ software package), then the “deSolve” solution method is alway chosen when there are more than one variables in the model.</p>
<p>The parameters “atol” and “rtol” are only effective if the solution type is “deSolve”. They control the precision of the iterative numerical solution of the differential equation model.</p>
@@ -197,7 +197,7 @@
</div>
<div id="plot-options" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#plot-options" class="anchor"> </a></body></html>Plot options</h3>
+<a href="#plot-options" class="anchor"></a>Plot options</h3>
<p>In the right part of the fit configuration area, the file format can be chosen, the legend can be turned off, and the observed variables for which the data and the model fit should be plotted can be selected as shown below.</p>
<div class="figure">
<img src="img/plotoptions.png" alt="plot options"><p class="caption">plot options</p>
@@ -206,7 +206,7 @@
</div>
<div id="parameters" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#parameters" class="anchor"> </a></body></html>Parameters</h3>
+<a href="#parameters" class="anchor"></a>Parameters</h3>
<p>Below the fit control area, a table with the Starting parameter list is displayed. While name and type of the parameters should not be edited, their initial values can be edited by clicking on a row. Also, it can be specified if the parameters should be fixed in the optimisation process.</p>
<p>If the initial values for the parameters were changed, the resulting model solution can be visually checked by pressing the button “Plot unoptimised”. This will update the plot of the model and the data using the specified initial parameter values.</p>
<p>If a similar model with a partially overlapping model definition has already be fitted, initial values for parameters with the same name in both models can also be retrieved from previous fits by selecting the fit and pressing the button “Get starting parameters from”. This facilitates stepwise fitting of more complex degradation pathways.</p>
@@ -214,7 +214,7 @@
</div>
<div id="fitting-the-model" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#fitting-the-model" class="anchor"> </a></body></html>Fitting the model</h3>
+<a href="#fitting-the-model" class="anchor"></a>Fitting the model</h3>
<p>In many cases the starting parameters and the fit options do not need to be modified and the model fitting process can simply be started by pressing the “Run fit” button. In the R console, the progressive reduction in the model cost can be monitored and will be displayed in the following way:</p>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r">Model cost at call <span class="dv">1</span> :<span class="st"> </span><span class="fl">15156.12</span>
Model cost at call <span class="dv">3</span> :<span class="st"> </span><span class="fl">15156.12</span>
@@ -242,7 +242,7 @@ Optimisation by method Port successfully terminated.</code></pre></div>
</div>
<div id="results-and-summary" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#results-and-summary" class="anchor"> </a></body></html>Results and summary</h2>
+<a href="#results-and-summary" class="anchor"></a>Results and summary</h2>
<p>Once a fit has successfully been completed, the most important results are shown in several tables in the “Result” area as shown below.</p>
<div class="figure">
<img src="img/results.png" alt="Screenshot of the results"><p class="caption">Screenshot of the results</p>
@@ -254,7 +254,7 @@ Optimisation by method Port successfully terminated.</code></pre></div>
<p>The complete summary can be saved into a text file by specifying a suitable file name and pressing the button “Save summary”.</p>
<div id="confidence-interval-plots" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#confidence-interval-plots" class="anchor"> </a></body></html>Confidence interval plots</h3>
+<a href="#confidence-interval-plots" class="anchor"></a>Confidence interval plots</h3>
<p>Whenever a new fit has been configured or a run of a fit has been completed, the plotting area is updated with the abovementioned plot of the data and the current model solution.</p>
<p>In addition, a confidence interval plot is shown below this conventional plot. In case a fit has been run and confidence intervals were successfully calculated for the fit (i.e. if the model was not overparameterised and no other problems occurred), the confidence intervals are graphically displayed as bars as shown below.</p>
<div class="figure">
@@ -264,11 +264,11 @@ Optimisation by method Port successfully terminated.</code></pre></div>
</div>
<div id="howtos" class="section level2">
<h2 class="hasAnchor">
-<html><body><a href="#howtos" class="anchor"> </a></body></html>Howtos</h2>
+<a href="#howtos" class="anchor"></a>Howtos</h2>
<p>The following sections show step by step descriptions of how to perform certain tasks using gmkin. In principle, this should be necessary as the GUI was designed to be largely self-explanatory. Nevertheless may help a beginner to understand how to use gmkin. At the same time, the gmkin author uses them as test cases to make sure that the most important functionality is not broken before releasing a new version.</p>
<div id="use-a-model-and-a-dataset-from-a-built-in-workspace" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#use-a-model-and-a-dataset-from-a-built-in-workspace" class="anchor"> </a></body></html>1. Use a model and a dataset from a built-in workspace</h3>
+<a href="#use-a-model-and-a-dataset-from-a-built-in-workspace" class="anchor"></a>1. Use a model and a dataset from a built-in workspace</h3>
<ul>
<li>Start gmkin</li>
<li>In the project explorer, select the project ‘FOCUS_2006’</li>
@@ -285,7 +285,7 @@ Optimisation by method Port successfully terminated.</code></pre></div>
</div>
<div id="enter-a-simple-dataset-and-evaluate-it-using-a-model-from-the-gallery" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#enter-a-simple-dataset-and-evaluate-it-using-a-model-from-the-gallery" class="anchor"> </a></body></html>2. Enter a simple dataset and evaluate it using a model from the gallery</h3>
+<a href="#enter-a-simple-dataset-and-evaluate-it-using-a-model-from-the-gallery" class="anchor"></a>2. Enter a simple dataset and evaluate it using a model from the gallery</h3>
<ul>
<li>Start gmkin</li>
<li>In the project explorer, enter the project name ‘Howto test 2’</li>
@@ -312,7 +312,7 @@ Optimisation by method Port successfully terminated.</code></pre></div>
</div>
<div id="load-a-tab-separated-input-file-in-wide-format-and-evaluate-using-a-newly-created-model" class="section level3">
<h3 class="hasAnchor">
-<html><body><a href="#load-a-tab-separated-input-file-in-wide-format-and-evaluate-using-a-newly-created-model" class="anchor"> </a></body></html>3. Load a tab separated input file in wide format and evaluate using a newly created model</h3>
+<a href="#load-a-tab-separated-input-file-in-wide-format-and-evaluate-using-a-newly-created-model" class="anchor"></a>3. Load a tab separated input file in wide format and evaluate using a newly created model</h3>
<ul>
<li>Start gmkin</li>
<li>In the project explorer, enter the project name ‘Howto test 3’</li>
diff --git a/docs/articles/index.html b/docs/articles/index.html
index 442e3b0..20f744f 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -25,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -70,7 +72,7 @@
</header>
<div class="page-header">
- <h1>Vignette reference <small>version&nbsp;0.6.8</small></h1>
+ <h1>Articles <small>version&nbsp;0.6.8</small></h1>
</div>
<div class="row">
diff --git a/docs/authors.html b/docs/authors.html
index a04fc53..bd091af 100644
--- a/docs/authors.html
+++ b/docs/authors.html
@@ -25,12 +25,14 @@
<script src="pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
diff --git a/docs/index.html b/docs/index.html
index 47725c1..38efd2c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,7 @@
<!-- jquery --><script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script><!-- Bootstrap --><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><!-- Font Awesome icons --><link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- pkgdown --><link href="pkgdown.css" rel="stylesheet">
-<script src="jquery.sticky-kit.min.js"></script><script src="pkgdown.js"></script><!-- mathjax --><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]>
+<script src="jquery.sticky-kit.min.js"></script><script src="pkgdown.js"></script><!-- mathjax --><script src="https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
@@ -51,23 +51,23 @@
<div class="contents col-md-9">
<div id="gmkin" class="section level1">
<div class="page-header"><h1 class="hasAnchor">
-<a href="#gmkin" class="anchor"> </a>gmkin</h1></div>
+<a href="#gmkin" class="anchor"></a>gmkin</h1></div>
<div id="system-requirements" class="section level2">
<h2 class="hasAnchor">
-<a href="#system-requirements" class="anchor"> </a>System requirements</h2>
+<a href="#system-requirements" class="anchor"></a>System requirements</h2>
<p>For running gmkin you need a system running a recent version of R (version 3.1.0 or later), the gWidgesWWW2 package, the gmkin package and a web browser (Firefox/Iceweasel and Chrome work for me) with JavaScript enabled.</p>
<p>It should be possible to run gmkin on most laptop or desktop computers running Linux, Mac OS X, Windows XP or Windows 7. It is frequently checked under Linux and Windows 7.</p>
<p>To view the complete set of widgets in the browser window without resizing anything, it needs a screen space of 1366x740 pixels.</p>
<div id="installing-r" class="section level3">
<h3 class="hasAnchor">
-<a href="#installing-r" class="anchor"> </a>Installing R</h3>
+<a href="#installing-r" class="anchor"></a>Installing R</h3>
<p>Please refer to <a href="http://cran.r-project.org">CRAN</a> for installation instructions and binary packages. If you are on Windows, please consult the <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html">FAQ for Windows</a>, especially the entries “<a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-install-R-for-Windows_003f">How do I install R for Windows?</a>”, “<a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#How-do-I-run-it_003f">How do I run it?</a>”.</p>
<p>If you would like to upgrade your R installation, please refer to the respective <a href="http://cran.r-project.org/bin/windows/base/rw-FAQ.html#What_0027s-the-best-way-to-upgrade_003f">FAQ entry</a>.</p>
</div>
<div id="installing-gmkin-and-gwidgetswww2" class="section level3">
<h3 class="hasAnchor">
-<a href="#installing-gmkin-and-gwidgetswww2" class="anchor"> </a>Installing gmkin and gWidgetsWWW2</h3>
+<a href="#installing-gmkin-and-gwidgetswww2" class="anchor"></a>Installing gmkin and gWidgetsWWW2</h3>
<p>Windows and Linux users running R 3.1.0 or later can make use of the package repository on R-Forge. Before installing gmkin, you should update your R packages already installed, e.g. by starting R, and pasting the command</p>
<div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler">update.packages()</code></pre></div>
<p>or similar, depending on your R installation.</p>
@@ -82,7 +82,7 @@
</div>
<div id="usage" class="section level2">
<h2 class="hasAnchor">
-<a href="#usage" class="anchor"> </a>Usage</h2>
+<a href="#usage" class="anchor"></a>Usage</h2>
<p>Without further preparation, you can start the GUI by starting R and pasting the following commands into the R terminal (R console on Windows):</p>
<div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler">require(gmkin)
gmkin()</code></pre></div>
@@ -90,13 +90,13 @@ gmkin()</code></pre></div>
</div>
<div id="documentation" class="section level2">
<h2 class="hasAnchor">
-<a href="#documentation" class="anchor"> </a>Documentation</h2>
+<a href="#documentation" class="anchor"></a>Documentation</h2>
<p>For a complete overview of the functionality of the gmkin graphical user interface please refer to the <a href="http://kinfit.r-forge.r-project.org/gmkin_static/vignettes/gmkin_manual.html">manual</a> available at the gmkin <a href="http://kinfit.r-forge.r-project.org/gmkin_static">documentation website</a>.</p>
<p>In case you would like to see the documentation of the underlying mkin package, please refer to its <a href="http://kinfit.r-forge.r-project.org/mkin_static">documentation website</a>.</p>
</div>
<div id="status-and-known-issues" class="section level2">
<h2 class="hasAnchor">
-<a href="#status-and-known-issues" class="anchor"> </a>Status and known issues</h2>
+<a href="#status-and-known-issues" class="anchor"></a>Status and known issues</h2>
<ul>
<li>gmkin was developed in the hope that it will be useful. However, no warranty can be given that it will meet your expectations. There may be bugs, so please be careful, check your results for plausibility and use your own expertise to judge yourself.</li>
<li>Starting the GUI takes some time. If the GUI does not come up after 10-15 seconds, close your browser and start gmkin again using the command ‘gmkin()’. Once the GUI is started, it is reasonably responsive.</li>
@@ -105,12 +105,12 @@ gmkin()</code></pre></div>
</ul>
<div id="notes-on-the-gwidgetswww2-package" class="section level3">
<h3 class="hasAnchor">
-<a href="#notes-on-the-gwidgetswww2-package" class="anchor"> </a>Notes on the gWidgetsWWW2 package</h3>
+<a href="#notes-on-the-gwidgetswww2-package" class="anchor"></a>Notes on the gWidgetsWWW2 package</h3>
<p>The R package gWidgetsWWW2 is not available on CRAN because it contains path names with more then 100 characters in the JavaScript files which limits its portability. Also, it attaches some R objects to the search path, which is, in its current form, not fully in line with the CRAN package policy. It is not a widely used library for creating graphical user interfaces and is not supported by a commercial company. However it makes it possible to create a reasonably complex user interface by just writing R code, and is therefore used by gmkin.</p>
</div>
<div id="installation-using-the-devtools-package" class="section level3">
<h3 class="hasAnchor">
-<a href="#installation-using-the-devtools-package" class="anchor"> </a>Installation using the devtools package</h3>
+<a href="#installation-using-the-devtools-package" class="anchor"></a>Installation using the devtools package</h3>
<p>Users of the <code>devtools</code> package can also install gWidgetsWWW2 and gmkin directly from the respective github repositories:</p>
<div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler">require(devtools)
install_github(<span class="st">"jverzani/gWidgetsWWW2"</span>, quick = TRUE)
@@ -120,7 +120,7 @@ install_github(<span class="st">"jranke/gmkin"</span>, quick = TRUE)</code></pre
</div>
<div id="simplifying-the-start-of-gmkin-under-windows" class="section level2">
<h2 class="hasAnchor">
-<a href="#simplifying-the-start-of-gmkin-under-windows" class="anchor"> </a>Simplifying the start of gmkin under Windows</h2>
+<a href="#simplifying-the-start-of-gmkin-under-windows" class="anchor"></a>Simplifying the start of gmkin under Windows</h2>
<p>You can put the commands</p>
<div class="sourceCode"><pre class="sourceCode s"><code class="sourceCode gnuassembler">require(gmkin)
gmkin()
@@ -131,7 +131,7 @@ while (TRUE) {
</div>
<div id="acknowledgements" class="section level2">
<h2 class="hasAnchor">
-<a href="#acknowledgements" class="anchor"> </a>Acknowledgements</h2>
+<a href="#acknowledgements" class="anchor"></a>Acknowledgements</h2>
<p>Financial support, feedback and suggestions by the German Federal Environmental Agency (<a href="http://www.umweltbundesamt.de">Umweltbundesamt</a>) in two projects in 2014 and 2015 was crucial for reaching version 0.6.3 in November 2015 and is gratefully acknowledged. In particular, Stefan Meinecke contributed with a lot of user feedback and suggestions for improvement in that time.</p>
</div>
</div>
@@ -150,14 +150,12 @@ while (TRUE) {
<li>Johannes Ranke <br><small class="roles"> Author, maintainer, copyright holder </small> </li>
<li><a href="authors.html">All authors...</a></li>
</ul>
-<html><body>
<h2>Dev status</h2>
<ul class="list-unstyled">
<li><a href="http://kinfit.r-forge.r-project.org/gmkin_static">gmkin</a></li>
<li><a href="http://github.com/jranke/mkin">mkin</a></li>
<li><a href="http://github.com/jverzani/gWidgetsWWW2">gWidgetsWWW2</a></li>
</ul>
-</body></html>
</div>
</div>
diff --git a/docs/news/index.html b/docs/news/index.html
index 0bd0f2c..77bd232 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -25,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
diff --git a/docs/pkgdown.css b/docs/pkgdown.css
index fd7b0ba..9c437c7 100644
--- a/docs/pkgdown.css
+++ b/docs/pkgdown.css
@@ -36,11 +36,8 @@ img.icon {
/* Section anchors ---------------------------------*/
-.hasAnchor {
- margin-left: -30px;
-}
-
a.anchor {
+ margin-left: -30px;
display:inline-block;
width: 30px;
height: 30px;
@@ -56,6 +53,13 @@ a.anchor {
visibility: visible;
}
+@media (max-width: 767px) {
+ .hasAnchor:hover a.anchor {
+ visibility: hidden;
+ }
+}
+
+
/* Fixes for fixed navbar --------------------------*/
.contents h1, .contents h2, .contents h3, .contents h4 {
@@ -63,6 +67,17 @@ a.anchor {
margin-top: -60px;
}
+/* Static header placement on mobile devices */
+@media (max-width: 767px) {
+ .navbar-fixed-top {
+ position: absolute;
+ }
+ .navbar {
+ padding: 0;
+ }
+}
+
+
/* Sidebar --------------------------*/
#sidebar {
@@ -81,33 +96,59 @@ a.anchor {
margin-bottom: 0.5em;
}
-/* Syntax highlighting ---------------------------------------------------- */
+/* Reference index & topics ----------------------------------------------- */
-code {
- background-color: #f7f7f7;
- color: #333;
-}
-code a {
- color: #375f84;
+.ref-index th {font-weight: normal;}
+.ref-index h2 {font-size: 20px;}
+
+.ref-index td {vertical-align: top;}
+.ref-index .alias {width: 40%;}
+.ref-index .title {width: 60%;}
+
+.ref-index .alias {width: 40%;}
+.ref-index .title {width: 60%;}
+
+.ref-arguments th {text-align: right; padding-right: 10px;}
+.ref-arguments th, .ref-arguments td {vertical-align: top;}
+.ref-arguments .name {width: 20%;}
+.ref-arguments .desc {width: 80%;}
+
+/* Nice scrolling for wide elements --------------------------------------- */
+
+table {
+ display: block;
+ overflow: auto;
}
-.warning { color: red; }
-.message { font-weight: bolder; }
-.error { color: red; font-weight: bolder; }
+/* Syntax highlighting ---------------------------------------------------- */
-.fl,.number {color:rgb(21,20,181);}
-.fu,.functioncall {color:#264D66 ;}
-.ch,.st,.string {color:#375D81 ;}
-.kw,.keyword {color:black;}
-.argument {color:#264D66 ;}
-.co,.comment {color: #777;}
-.formalargs {color: #264D66;}
-.eqformalargs {color:#264D66;}
-.slot {font-style:italic;}
-.symbol {color:black ;}
-.prompt {color:black ;}
+pre {
+ word-wrap: normal;
+ word-break: normal;
+ border: 1px solid #eee;
+}
+
+pre, code {
+ background-color: #f8f8f8;
+ color: #333;
+}
pre img {
background-color: #fff;
display: block;
}
+
+code a, pre a {
+ color: #375f84;
+}
+
+.fl {color: #1514b5;}
+.fu {color: #000000;} /* function */
+.ch,.st {color: #036a07;} /* string */
+.kw {color: #264D66;} /* keyword */
+.co {color: #888888;} /* comment */
+
+.message { color: black; font-weight: bolder;}
+.error { color: orange; font-weight: bolder;}
+.warning { color: #6A0366; font-weight: bolder;}
+
diff --git a/docs/reference/FOCUS_2006.html b/docs/reference/FOCUS_2006.html
index cc367ce..2c9d327 100644
--- a/docs/reference/FOCUS_2006.html
+++ b/docs/reference/FOCUS_2006.html
@@ -6,8 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>
- — FOCUS_2006 • gmkin</title>
+<title>Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report — FOCUS_2006 • gmkin</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
@@ -26,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -73,8 +74,7 @@
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
- <h1>
-</h1>
+ <h1>Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report</h1>
</div>
@@ -83,7 +83,7 @@
default.</p>
- <pre><span class='no'>FOCUS_2006</span></pre>
+ <pre class="usage"><span class='no'>FOCUS_2006</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -100,12 +100,12 @@
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
- <pre class="examples"><div class='input'> <span class='co'>## Not run: ------------------------------------</span>
-<span class='co'># save(FOCUS_2006, file = "FOCUS_2006.RData")</span>
-<span class='co'># # Now you can load the file "FOCUS_2006.RData" from gmkin,</span>
-<span class='co'># # restoring the workspace that is loaded at startup.</span>
-<span class='co'># </span>
-<span class='co'>## ---------------------------------------------</span></div></pre>
+ <pre class="examples"><div class='input'> <span class='fu'>not_run</span>({
+ <span class='fu'>save</span>(<span class='no'>FOCUS_2006</span>, <span class='kw'>file</span> <span class='kw'>=</span> <span class='st'>"FOCUS_2006.RData"</span>)
+ <span class='co'># Now you can load the file "FOCUS_2006.RData" from gmkin,</span>
+ <span class='co'># restoring the workspace that is loaded at startup.</span>
+
+})</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
diff --git a/docs/reference/FOCUS_2006_Z.html b/docs/reference/FOCUS_2006_Z.html
index e7ed542..dff1b0e 100644
--- a/docs/reference/FOCUS_2006_Z.html
+++ b/docs/reference/FOCUS_2006_Z.html
@@ -6,8 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>
- — FOCUS_2006_Z • gmkin</title>
+<title>Example gmkin workspace for Dataset Z from the FOCUS Kinetics report — FOCUS_2006_Z • gmkin</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
@@ -26,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -73,15 +74,14 @@
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
- <h1>
-</h1>
+ <h1>Example gmkin workspace for Dataset Z from the FOCUS Kinetics report</h1>
</div>
<p>Data taken from FOCUS (2006), Appendix 7, p. 350.</p>
- <pre><span class='no'>FOCUS_2006_Z</span></pre>
+ <pre class="usage"><span class='no'>FOCUS_2006_Z</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -98,11 +98,11 @@
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
- <pre class="examples"><div class='input'> <span class='co'>## Not run: ------------------------------------</span>
-<span class='co'># save(FOCUS_2006_Z, file = "FOCUS_2006_Z.RData")</span>
-<span class='co'># # Now you can load the file "FOCUS_2006_Z.RData" from gmkin</span>
-<span class='co'># </span>
-<span class='co'>## ---------------------------------------------</span></div></pre>
+ <pre class="examples"><div class='input'> <span class='fu'>not_run</span>({
+ <span class='fu'>save</span>(<span class='no'>FOCUS_2006_Z</span>, <span class='kw'>file</span> <span class='kw'>=</span> <span class='st'>"FOCUS_2006_Z.RData"</span>)
+ <span class='co'># Now you can load the file "FOCUS_2006_Z.RData" from gmkin</span>
+
+})</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
diff --git a/docs/reference/UBA_model_gallery.html b/docs/reference/UBA_model_gallery.html
index 4c7f639..74fc20b 100644
--- a/docs/reference/UBA_model_gallery.html
+++ b/docs/reference/UBA_model_gallery.html
@@ -6,8 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>
- — UBA_model_gallery • gmkin</title>
+<title>A collection of some standard kinetic models — UBA_model_gallery • gmkin</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
@@ -26,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -73,8 +74,7 @@
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
- <h1>
-</h1>
+ <h1>A collection of some standard kinetic models</h1>
</div>
@@ -86,7 +86,7 @@
kinetic sorption model.</p>
- <pre><span class='fu'>data</span>(<span class='st'>"UBA_model_gallery"</span>)</pre>
+ <pre class="usage"><span class='fu'>data</span>(<span class='st'>"UBA_model_gallery"</span>)</pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -97,7 +97,7 @@
<p>Klein M (2010) Calculation of rates constants according to FOCUS degradation
kinetics using DegKinManager and ModelMaker. Project report of UBA project
FKZ 360 03 048</p>
- <p>Jene B (1998) PELMO 3.00 Manual extension, Staatliche Lehr- und
+<p>Jene B (1998) PELMO 3.00 Manual extension, Staatliche Lehr- und
Forschungsanstalt für Landwirtschaft, Weinbau und Gartenbau, D-67435
Neustadt/Wstr.</p>
diff --git a/docs/reference/gmkin.html b/docs/reference/gmkin.html
index d65deb2..961372e 100644
--- a/docs/reference/gmkin.html
+++ b/docs/reference/gmkin.html
@@ -6,8 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>
- — gmkin • gmkin</title>
+<title>Start a graphical user interface (GUI) based on the <code>gWidgetsWWW2</code> toolkit. — gmkin • gmkin</title>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script>
@@ -26,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -73,31 +74,31 @@
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
- <h1>
-</h1>
+ <h1>Start a graphical user interface (GUI) based on the <code>gWidgetsWWW2</code> toolkit.</h1>
</div>
<p>This function starts a browser based GUI. Please visit the
- <a href = 'github page of gWidgetsWWW2'>http://github.com/jverzani/gWidgetsWWW2</a>
+ <a href = 'http://github.com/jverzani/gWidgetsWWW2'>github page of gWidgetsWWW2</a>
for an explanation how this toolkit works.</p>
- <pre><span class='fu'>gmkin</span>(<span class='no'>script_name</span>, <span class='kw'>show.log</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre>
+ <pre class="usage"><span class='fu'>gmkin</span>(<span class='no'>script_name</span>, <span class='kw'>show.log</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
- <dl class="dl-horizontal">
- <dt>script_name</dt>
- <dd>
- During development, a script name with a local working version
+ <table class="ref-arguments">
+ <colgroup><col class="name" /><col class="desc" /></colgroup>
+ <tr>
+ <th>script_name</th>
+ <td><p>During development, a script name with a local working version
of gmkin can be passed. Defaults to the location of the gmkin.R script
- shipped with the package.
- </dd>
- <dt>show.log</dt>
- <dd>
- During development, it may be useful to see the log of the Rook apps.
- </dd>
- </dl>
+ shipped with the package.</p></td>
+ </tr>
+ <tr>
+ <th>show.log</th>
+ <td><p>During development, it may be useful to see the log of the Rook apps.</p></td>
+ </tr>
+ </table>
<h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2>
@@ -107,18 +108,18 @@
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'> <span class='co'>## Not run: gmkin() # Start the gmkin GUI</span>
- <span class='co'>## Not run: ------------------------------------</span>
-<span class='co'># g &lt;- gmkin()</span>
-<span class='co'># </span>
-<span class='co'># # Only for debugging or other advanced usage:</span>
-<span class='co'># session &lt;- gmkin:::get_current_session(g)</span>
-<span class='co'># session$p.df</span>
-<span class='co'># session$ds.df</span>
-<span class='co'># session$ds.cur</span>
-<span class='co'># session$m.cur</span>
-<span class='co'># session$ws</span>
-<span class='co'># </span>
-<span class='co'>## --------------------------------------------- </span></div></pre>
+ <span class='fu'>not_run</span>({
+ <span class='no'>g</span> <span class='kw'>&lt;-</span> <span class='fu'>gmkin</span>()
+
+ <span class='co'># Only for debugging or other advanced usage:</span>
+ <span class='no'>session</span> <span class='kw'>&lt;-</span> <span class='kw'>gmkin</span><span class='kw'>:::</span><span class='fu'>get_current_session</span>(<span class='no'>g</span>)
+ <span class='no'>session</span>$<span class='no'>p.df</span>
+ <span class='no'>session</span>$<span class='no'>ds.df</span>
+ <span class='no'>session</span>$<span class='no'>ds.cur</span>
+ <span class='no'>session</span>$<span class='no'>m.cur</span>
+ <span class='no'>session</span>$<span class='no'>ws</span>
+
+})</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
diff --git a/docs/reference/gmkinws.html b/docs/reference/gmkinws.html
index b276453..28f6014 100644
--- a/docs/reference/gmkinws.html
+++ b/docs/reference/gmkinws.html
@@ -25,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -79,7 +81,7 @@
<p>Datasets, models and fits are stored in lists.</p>
- <pre><span class='no'>gmkinws</span></pre>
+ <pre class="usage"><span class='no'>gmkinws</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -87,14 +89,14 @@
<h2 class="hasAnchor" id="fields"><a class="anchor" href="#fields"></a>Fields</h2>
- <p></p>
- <p><dl class='dl-horizontal'>
-<dt><code>observed</code></dt><dd>Names of the observed variables in the datasets, named
-by the names used in the models contained in field m</dd></p>
- <p><dt><code>ds</code></dt><dd>A list of datasets compatible with mkinfit (long format)</dd></p>
- <p><dt><code>m</code></dt><dd>A list of mkinmod models</dd></p>
- <p><dt><code>f</code></dt><dd>A list of mkinfit objects</dd>
-</dl></p>
+
+ <dl class='dl-horizontal'>
+<dt><code>observed</code></dt><dd><p>Names of the observed variables in the datasets, named
+by the names used in the models contained in field m</p></dd>
+ <dt><code>ds</code></dt><dd><p>A list of datasets compatible with mkinfit (long format)</p></dd>
+ <dt><code>m</code></dt><dd><p>A list of mkinmod models</p></dd>
+ <dt><code>f</code></dt><dd><p>A list of mkinfit objects</p></dd>
+</dl>
</div>
diff --git a/docs/reference/index.html b/docs/reference/index.html
index 2d2bce1..6f21a01 100644
--- a/docs/reference/index.html
+++ b/docs/reference/index.html
@@ -25,12 +25,14 @@
<script src="../pkgdown.js"></script>
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -72,44 +74,60 @@
<div class="row">
<div class="col-md-9">
<div class="page-header">
- <h1>Function reference</h1>
- <h4>version&nbsp;0.6.8</h4>
+ <h1>
+ Reference
+ <small>version&nbsp;0.6.8</small>
+ </h1>
</div>
<div class="contents">
- <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2>
- <p class="section-desc"></p>
-
-
- <p><a href="FOCUS_2006_Z.html">
-</a></p>
- <ul>
- <li><code><a href="FOCUS_2006_Z.html">FOCUS_2006_Z</a></code></li>
- </ul>
-
- <p><a href="FOCUS_2006.html">
-</a></p>
- <ul>
- <li><code><a href="FOCUS_2006.html">FOCUS_2006</a></code></li>
- </ul>
-
- <p><a href="gmkin.html">
-</a></p>
- <ul>
- <li><code><a href="gmkin.html">gmkin</a></code></li>
- </ul>
-
- <p><a href="gmkinws.html">A workspace class for gmkin</a></p>
- <ul>
- <li><code><a href="gmkinws.html">gmkinws</a></code></li>
- </ul>
-
- <p><a href="UBA_model_gallery.html">
-</a></p>
- <ul>
- <li><code><a href="UBA_model_gallery.html">UBA_model_gallery</a></code></li>
- </ul>
-
+ <table class="ref-index">
+
+ <colgroup>
+ <col class="alias" />
+ <col class="title" />
+ </colgroup>
+
+ <tbody>
+ <tr>
+ <th colspan="2">
+ <h2 id="section-all-functions" class="hasAnchor"><a href="#section-all-functions" class="anchor"></a>All functions</h2>
+ <p class="section-desc"></p>
+ </th>
+ </tr>
+ <tr>
+ <!-- -->
+ <td>
+ <p><code><a href="FOCUS_2006_Z.html">FOCUS_2006_Z</a></code> </p>
+ </td>
+ <td><p>Example gmkin workspace for Dataset Z from the FOCUS Kinetics report</p></td>
+ </tr><tr>
+ <!-- -->
+ <td>
+ <p><code><a href="FOCUS_2006.html">FOCUS_2006</a></code> </p>
+ </td>
+ <td><p>Example gmkin workspace for Datasets C and D from the FOCUS Kinetics report</p></td>
+ </tr><tr>
+ <!-- -->
+ <td>
+ <p><code><a href="gmkin.html">gmkin</a></code> </p>
+ </td>
+ <td><p>Start a graphical user interface (GUI) based on the <code>gWidgetsWWW2</code> toolkit.</p></td>
+ </tr><tr>
+ <!-- -->
+ <td>
+ <p><code><a href="gmkinws.html">gmkinws</a></code> </p>
+ </td>
+ <td><p>A workspace class for gmkin</p></td>
+ </tr><tr>
+ <!-- -->
+ <td>
+ <p><code><a href="UBA_model_gallery.html">data</a></code> </p>
+ </td>
+ <td><p>A collection of some standard kinetic models</p></td>
+ </tr>
+ </tbody>
+ </table>
</div>
</div>

Contact - Imprint