mutossGUI {mutossGUI} | R Documentation |
Function to start the MuTossGUI Java class
Description
Starts the graphical user interface for the MuToss system.
Usage
mutossGUI(debugOutput=FALSE)
Arguments
debugOutput |
If |
Details
This function executes the method startGUI()
of the Java class MuTossGUI
defined in the JAR file ‘inst/java/mutossgui.jar’ inside the R package.
Further details are given in the package vignette.
Value
None (invisible NULL
).
Author(s)
Kornelius Rohmeyer rohmeyer@small-projects.de
Examples
## Not run:
mutossGUI()
## End(Not run)
[Package mutossGUI version 0.1-12 Index]