partDSA (version 0.9.14)

showDSA: showDSA

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

showDSA(x, javacmd=getOption("javacmd"), quietly=FALSE, ...) "showDSA"(x, javacmd=getOption("javacmd"), quietly=FALSE, ...) "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.