make_sparse_matrix | R Documentation |
Convert a data frame into a square sparse matrix (all versus all)
make_sparse_matrix(data, i.name = "Peak1", j.name = "Peak2", x.name = "value")
data |
data frame |
i.name |
name of i column |
j.name |
name of j column |
x.name |
name of value column |
sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.