From 66620036c4943c03072b113a63fcd983390102b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 18 Nov 2013 20:13:58 +0100 Subject: Add GUI start function, keep GUI here in mkin --- man/gmkin.Rd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 man/gmkin.Rd (limited to 'man') diff --git a/man/gmkin.Rd b/man/gmkin.Rd new file mode 100644 index 0000000..29a4f8c --- /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 +} -- cgit v1.2.1