man-roxygen/example_dm_MatrixMatrix.R

#' @examples
#' # A DelayedMatrix with a 'Matrix' seed
#' dm_Matrix <- DelayedArray(Matrix::Matrix(c(rep(1L, 5),
#'                                            as.integer((0:4) ^ 2),
#'                                            seq(-5L, -1L, 1L)),
#'                                          ncol = 3))
PeteHaitch/DelayedMatrixStats documentation built on May 6, 2024, 10:25 p.m.