mutossGUI: Function to start the MuTossGUI Java class

Description Usage Arguments Details Value Author(s) Examples

Description

Starts the graphical user interface for the MuToss system.

Usage

1
  mutossGUI(debugOutput=FALSE)

Arguments

debugOutput

If FALSE (the default) the verbose output for debugging will only be written to the file mutoss.log in the java temporary directory (System.getProperty("java.io.tmpdir")). If set to TRUE the output is also printed to the R Console. Note that the behavior can only be influenced the first time the GUI is called in an R session. After that this parameter is ignored.

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

1
2
3
4
  ## Not run: 
  mutossGUI()
  
## End(Not run)

mutossGUI documentation built on May 2, 2019, 8:36 a.m.