diff options
Diffstat (limited to 'man/gmkin.Rd')
-rw-r--r-- | man/gmkin.Rd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/gmkin.Rd b/man/gmkin.Rd new file mode 100644 index 00000000..29a4f8ca --- /dev/null +++ b/man/gmkin.Rd @@ -0,0 +1,19 @@ +\name{gmkin} +\alias{gmkin} +\title{ + Start a graphical user interface (GUI) based on the \code{gWidgetsWWW2} toolkit. +} +\description{ + This function starts a browser based GUI. Please visit the + \href{http://github.com/jverzani/gWidgetsWWW2}{github page of gWidgetsWWW2} + for an explanation how this toolkit works. +} +\usage{ + gmkin() +} +\value{ + The function is called for its side effect, namely starting the GUI in a browser. +} +\author{ + Johannes Ranke +} |