R/sparseMatrix.R

#' Sparse matrix
#'
#' Example `sparseMatrix` (`Matrix`, `dgCMatrix`) object.
#'
#' @note Updated 2029-01-28.
#' @usage data(sparseMatrix)
#' @return `sparseMatrix`.
#'
#' @examples
#' if (requireNamespace("Matrix", quietly = TRUE)) {
#'     data(sparseMatrix)
#'     class(sparseMatrix)
#'     print(sparseMatrix)
#' }
"sparseMatrix"
acidgenomics/r-acidtest documentation built on July 4, 2025, 5:56 a.m.