From 9ddd8dd2d03531ded7022a6e1ce2dbb5a29cd77e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 29 Oct 2015 01:39:20 +0100 Subject: First functional version of the model gallery --- man/gmkin.Rd | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/gmkin.Rd b/man/gmkin.Rd index 29a4f8c..2677aa9 100644 --- a/man/gmkin.Rd +++ b/man/gmkin.Rd @@ -9,7 +9,20 @@ for an explanation how this toolkit works. } \usage{ - gmkin() + gmkin(script_name, show.log = FALSE) +} +\arguments{ + \item{script_name}{ + During development, a script name with a local working version + of gmkin can be passed. Defaults to the location of the gmkin.R script + shipped with the package. + } + \item{show.log}{ + During development, it may be useful to see the log of the Rook apps. + } +} +\examples{ + \dontrun{gmkin()} # Start the gmkin GUI } \value{ The function is called for its side effect, namely starting the GUI in a browser. -- cgit v1.2.1