Description Usage Arguments Value Author(s)
Internal function used for converting an R matrix to an appropriate object in Java. It uses toJavaMatrix() and toJavaCSMatrix() underneath and returns a reference to general matrix representation in Java of type Array2D (interface).
1 | toJavaMatrix2D( m )
|
m |
matrix of numeric values. |
reference to Java matrix (dense or sparse) with the same contents as the input R matrix.
Jaak Simm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.