blob: 29a4f8ca58f77c129f5e7ab3c0b5c207596012cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}
|