fwrite_mm | R Documentation |
Efficiently write Matrix Market format
fwrite_mm(x, fname, sep = " ", row.names = TRUE, col.names = TRUE)
x |
sparse matrix |
fname |
file name |
sep |
separator for output file |
row.names |
save row names of the matrix |
col.names |
save column names of the matrix |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.