Description Usage Arguments Value Note See Also Examples
xSM2DF
is supposed to create a data frame (with three columns)
from a (sparse) matrix. Only nonzero/nonna entries from the matrix will
be kept in the resulting data frame.
1 |
data |
a matrix or an object of the dgCMatrix class (a sparse matrix) |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to TRUE for display |
a data frame containing three columns: 1st column for row names, 2nd for column names, and 3rd for numeric values
none None
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.