Description Usage Arguments Value Maintainer See Also
Produces a Java two-dimensionnal array of double (a Java Matrix) from a R matrix. Java Matrices are the standard type used for subsequent analysis with the mssm package.
1 |
matrix |
a matrix to be transformed into a Java Matrix. |
A Java two-dimensionnal array of double (called Java Matrix).
Vincent Branders <vincent.branders@uclouvain.be>.
mssm.fromJavaMatrix()
to transform a Java Matrix into a
matrix and mssm.loadMatrix()
to load a Java Matrix from a file.
See also package mssm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.