Description Usage Arguments Value Examples
Convert data matrix to a long format
1 | meltMatrix(X)
|
X |
a data matrix. |
a data matrix in a long format.
1 2 3 | Z <- matrix(rnorm(100), 20)
Z.m <- meltMatrix(Z)
head(Z.m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.