SparseM.image.RdDisplay the pattern of non-zero entries of
a matrix of class matrix.csr.
# S4 method for class 'matrix.csr'
image(x, col=c("white","gray"),
xlab="column", ylab="row", ...)a list of colors such as that generated by rainbow.
Defaults to c("white","gray")
each a character string giving the labels for the x and y axis.
additional arguments.
The pattern of the non-zero entries of a sparse matrix is displayed. By default nonzero entries of the matrix appear as gray blocks and zero entries as white background.
Koenker, R and Ng, P. (2002).
SparseM: A Sparse Matrix Package for R,
http://www.econ.uiuc.edu/~roger/research/home.html
SparseM.ops,
SparseM.solve,
SparseM.ontology