aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-05-02 18:50:21 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-05-02 18:50:21 +0200
commitd79ee56ead12233089fdbbce7af9043883575724 (patch)
tree5a052646d40b7de8d142b621890d93dae38340a3
parent4a5f879782ea89aa9e9f087ec8047cba594536d8 (diff)
Added a screenshot hopefully visible from README.md
-rw-r--r--README.md20
-rw-r--r--gmkin_screenshot.pngbin0 -> 185559 bytes
2 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca7f87f..717b3b7 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,26 @@ or the package vignettes referenced from the
componenent for each of the observed variables will be optimised
in a second stage after the primary optimisation algorithm has converged.
+## GUI
+
+There is a graphical user interface. It depends on the gWidgetsWWW2 package
+from John Verzani which also lives on github. You simply start the GUI
+from your R terminal whith latest mkin installed.
+
+```s
+install_github("gWidgetsWWW2", "jverzani")
+gmkin()
+```
+The following screenshot is taken after loading the gmkin workspace with
+an analysis of FOCUS dataset Z. It has to be saved as an .RData file
+first, and can then be loaded to the GUI.
+
+```s
+save(FOCUS_2006_Z_gmkin, file = "FOCUS_2006_gmkin_Z.RData")
+gmkin()
+```
+
+![gmkin screenshot](https://github.com/jranke/mkin/gmkin_screenshot.png?raw=true)
## Credits and historical remarks
diff --git a/gmkin_screenshot.png b/gmkin_screenshot.png
new file mode 100644
index 0000000..8fc23ab
--- /dev/null
+++ b/gmkin_screenshot.png
Binary files differ

Contact - Imprint