diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-29 01:39:20 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-10-29 07:31:02 +0100 |
commit | 9ddd8dd2d03531ded7022a6e1ce2dbb5a29cd77e (patch) | |
tree | 196bf024cda0e9a9add818cd7e320f98d6bce302 /man/gmkin.Rd | |
parent | 197a7c87a5bffe7e34699c0455a6da9207770500 (diff) |
First functional version of the model gallery
Diffstat (limited to 'man/gmkin.Rd')
-rw-r--r-- | man/gmkin.Rd | 15 |
1 files changed, 14 insertions, 1 deletions
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. |