Description Usage Arguments Note
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.
1 2 3 4 5 |
x |
|
javacmd |
A character string giving the path of the Java interpreter.
Defaults to |
quietly |
A logical value indicating if messages should be suppressed.
Defaults to |
wait |
A logical value indicating if the R session should wait until the
the Java program exits before continuing.
Defaults to |
... |
Not currently used. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.