Description Usage Arguments Value Author(s) Examples
The fillMatrixFromColumn takes a single column and an integer for the number of times to repeat this column.
1 |
col |
a sparse column matrix |
n |
integer, how many times to repeat the column |
A sparse matrix
Michael Love
1 2 3 | sds <- simulateSparseDataSet(5, c(5,5))
sds <- calculateMeans(sds)
fillMatrixFromColumn(means(sds)[["c1"]], 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.