readCM(con, clabel = NULL)
writeCM(mat, con)
NULL
(default). readCM
reads CLUTO sparse matrices, returning a simple triplet
matrix (for more information, see
simple_triplet_matrix
in package
writeCM
writes CLUTO sparse matrices. Argument mat
must
be coercible to a simple triplet matrix via
as.simple_triplet_matrix
.