Description Usage Arguments Value Maintainer See Also
Produces a R matrix from a Java two-dimensionnal array of double (a Java Matrix). Java Matrices are the standard type used for subsequent analysis with the mssm package.
1 | mssm.fromJavaMatrix(javaMatrix)
|
javaMatrix |
a Java two-dimensionnal array of double (called Java Matrix). |
A standard R matrix.
Vincent Branders <vincent.branders@uclouvain.be>.
mssm.asJavaMatrix()
to transform a matrix into a Java
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.