Description Usage Arguments Value Maintainer See Also
Produces a Java two-dimensionnal array of double (a Java Matrix) from a file. Java Matrices are the standard type used for subsequent analysis with the mssm package.
1 | mssm.loadMatrix(filePath = "data.tsv", sep = "\t")
|
filePath |
the name of the file which the data are to be read from. |
sep |
the field separator character. |
A Java two-dimensionnal array of double (called Java Matrix).
Vincent Branders <vincent.branders@uclouvain.be>.
mssm.asJavaMatrix()
and mssm.fromJavaMatrix()
to transform
a matrix into a Java Matrix and conversely. See also package mssm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.