To store in i,j,x sparse matrix format
Sparse(A, unique = TRUE, na.rm = FALSE, zeros.rm = FALSE)matrix or Matrix
logical (default is TRUE) to ensure that the internal representation is unique and there are no duplicated entries. (Do not change this unless you know what you are doing.)
logical (default is FALSE) indicating if it is to replace ‘NA’'s in the matrix with zeros.
logical (default is FALSE)
indicating if it is to remove zeros in the
matrix. Applied after na.rm.