Description Usage Arguments Value Note See Also Examples
dcSparseMatrix
is supposed to create a sparse matrix for an
input file with three columns.
1 | dcSparseMatrix(input.file, verbose = T)
|
input.file |
an input file containing three columns: 1st column for rows, 2nd for columns, and 3rd for numeric values. Alternatively, the input.file can be a matrix or data frame, assuming that input file has been read. Note: the file should use the tab delimiter as the field separator between columns |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to TRUE for display |
a list containing arguments and their default values
None
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.