aboutsummaryrefslogtreecommitdiff
path: root/vignettes
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-10-14 11:02:29 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-10-14 11:02:29 +0200
commit2261143f6c022f78909f31bf35a236592384bd2e (patch)
treea357b475df9770be157590344133bda5d9a212da /vignettes
parent09f3ba4184bb6506d4aa33243fe6759396c57d24 (diff)
Fix a heading in the manual, release to r-forge repo
Diffstat (limited to 'vignettes')
-rw-r--r--vignettes/gmkin_manual.Rmd2
-rw-r--r--vignettes/gmkin_manual.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/vignettes/gmkin_manual.Rmd b/vignettes/gmkin_manual.Rmd
index b9d8565..8dd4c54 100644
--- a/vignettes/gmkin_manual.Rmd
+++ b/vignettes/gmkin_manual.Rmd
@@ -160,7 +160,7 @@ If everything is OK, press "Keep changes" to save the dataset in the current
workspace. Note that you need to save the project file (see above) in order to
be able to use the dataset that you created in a future gmkin session.
-### Entering data directly
+### Importing data from text files
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
diff --git a/vignettes/gmkin_manual.html b/vignettes/gmkin_manual.html
index 20b8d72..63ed263 100644
--- a/vignettes/gmkin_manual.html
+++ b/vignettes/gmkin_manual.html
@@ -64,7 +64,7 @@ if (window.hljs && document.readyState && document.readyState === "complete") {
<li><a href="#datasets-and-models">Datasets and Models</a></li>
<li><a href="#dataset-editor">Dataset editor</a><ul>
<li><a href="#entering-data-directly">Entering data directly</a></li>
-<li><a href="#entering-data-directly-1">Entering data directly</a></li>
+<li><a href="#importing-data-from-text-files">Importing data from text files</a></li>
</ul></li>
<li><a href="#model-editor">Model editor</a></li>
<li><a href="#plotting-and-fitting">Plotting and fitting</a><ul>
@@ -140,8 +140,8 @@ if (window.hljs && document.readyState && document.readyState === "complete") {
<p>The column with title override serves to override data points from the original datasets, without loosing the information which value was originally reported.</p>
<p>If everything is OK, press “Keep changes” to save the dataset in the current workspace. Note that you need to save the project file (see above) in order to be able to use the dataset that you created in a future gmkin session.</p>
</div>
-<div id="entering-data-directly-1" class="section level3">
-<h3>Entering data directly</h3>
+<div id="importing-data-from-text-files" class="section level3">
+<h3>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>
<pre class="r"><code>write.table(schaefer07_complex_case, sep = &quot;,&quot;, dec = &quot;.&quot;,

Contact - Imprint