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.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, ...)dsa object or the name of the visualization file to be shown.getOption("javacmd"), which is not set by default,
in which case, "java" is used.FALSE.FALSE.