showDSA: showDSA

Description Usage Arguments Note

Description

showDSA is a convenience function that starts the Java visualization program (included in the partDSA package) to display information about the model created by partDSA function. There are two methods: one taking a partDSA/dsa object, the other taking the name of a visualization file created via the dumpDSA function.

Usage

1
2
3
4
5
showDSA(x, javacmd=getOption("javacmd"), quietly=FALSE, ...)
## S3 method for class 'dsa'
showDSA(x, javacmd=getOption("javacmd"), quietly=FALSE, ...)
## S3 method for class 'character'
showDSA(x, javacmd=getOption("javacmd"), quietly=FALSE, wait=FALSE, ...)

Arguments

x

dsa object or the name of the visualization file to be shown.

javacmd

A character string giving the path of the Java interpreter. Defaults to getOption("javacmd"), which is not set by default, in which case, "java" is used.

quietly

A logical value indicating if messages should be suppressed. Defaults to FALSE.

wait

A logical value indicating if the R session should wait until the the Java program exits before continuing. Defaults to FALSE.

...

Not currently used.

Note

Java 1.5 or greater is required to run these functions, although Java 1.6 is recommended. The Java interpreter should be in the command search path, unless either the javacmd option is set, or the javacmd argument is specified.


partDSA documentation built on May 2, 2019, 4:20 a.m.